티스토리 뷰

728x90
brew install gradle

gradle init --type pom

implementation(project(":data-core"))

https://kimpaper.github.io/2016/07/14/gradle/

 

maven에서 gradle로 변환...

gradle설치 (for macOS) 1 brew install gradle 원래 수동으로 설치하는 방법이 있으나.. 나는 위와 같이 자동 설치를 좋아한다 대부분 그렇지 않을까~ 수동 설치는 사이트에서 참고하자 https://gradle.org/gradle-

kimpaper.github.io

https://www.geeksforgeeks.org/difference-between-gradle-and-maven/

 

Difference between Gradle and Maven - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

https://blog.sapzil.org/2018/06/20/gradle-subproject-grouping/

 

Gradle에서 서브 프로젝트를 한 디렉토리에 몰아넣기

한 문장으로 요약이 잘 안돼서 제목이 이상한데, 읽어보시면 뭔지 알 수 있습니다.

blog.sapzil.org

 

https://softwaree.tistory.com/71

 

Gradle의 root gradle file에서 멀티 프로젝트 관리. subprojects를 이용한 코드 공용화 작업.

안드로이드 앱 개발을 하다보면 모듈화를 위하여 "com.android.library" plugin이 적용된 여러 sub proejct들을 생성하게 됩니다. 그로 인해 build.gradle 파일이 계속해서 추가가 되고 조금만 신경쓰지 않으면

softwaree.tistory.com

https://docs.gradle.org/current/userguide/declaring_dependencies_between_subprojects.html

 

Declaring Dependencies between Subprojects

What if one project needs the jar produced by another project on its compile classpath? What if it also requires the transitive dependencies of the other project? Obviously this is a very common use case for Java multi-project builds. As mentioned in Proje

docs.gradle.org

 

728x90
댓글