Project
mkdir hello-world
cd hello-world
gradle initSource folders
sourceSets {
main {
java {
srcDirs = ['other-src', 'src/main/java']
}
}
}Logging
System properties
Project properties
Sub modules
Last updated