
[Gradle]그래들 알아보기 4 - Settings File Basics
·
SW개발/Spring
https://docs.gradle.org/current/userguide/settings_file_basics.html#settings_file_basics Settings File BasicsThe settings file is the entry point of every Gradle project. The primary purpose of the settings file is to add subprojects to your build. Gradle supports single and multi-project builds. For single-project builds, the settings file is optional. For multidocs.gradle.org Settings File Bas..