File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Gradle settings and tasks common to all Archer Game Template subprojects
1+ // Gradle settings and tasks common to all Archer- Game-Template2 subprojects
22
3- apply plugin : ' application'
4- apply plugin : ' java'
3+ apply plugin : ' application' // to build JVM applications
4+ apply plugin : ' java' // to compile and test Java projects
55
66java {
77 sourceCompatibility = JavaVersion . VERSION_11
Original file line number Diff line number Diff line change 1- /*
2- * settings.gradle: global settings shared by all subprojects
3- */
1+ // global build settings for the Archer-Game-Template2 project
42
53rootProject. name = ' Archer-Game-Template2'
64
75/*
86 * Enumerate subdirectories in the project's root directory that contain a
9- * "build.gradle" file. Any subdirectory with a "build.gradle" file is
10- * automatically a subproject of this project .
7+ * "build.gradle" file. Any subdirectory that contains a "build.gradle" file is
8+ * automatically included as a subproject .
119 */
1210def subDirs = rootDir. listFiles(
1311 new FileFilter () {
You can’t perform that action at this time.
0 commit comments