Files
basic-computer-games/buildJvm/build_96_Word_java/build.gradle
Paul Holt 8b21b4164e Apply java toolchain to subprojects, not main project -- this fixes compilation errors in Boxing and AceyDucey17.
Add AceyDucey17 as its own subproject.
Add test implementation libraries Truth, JUnit, and Stefan Birkner's system rules for testing command line applications.
2022-01-29 17:21:28 +11:00

12 lines
139 B
Groovy

sourceSets {
main {
java {
srcDirs "../../$gameSource"
}
}
}
application {
mainClass = gameMain
}