mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-05 19:32:48 -08:00
Add AceyDucey17 as its own subproject. Add test implementation libraries Truth, JUnit, and Stefan Birkner's system rules for testing command line applications.
12 lines
139 B
Groovy
12 lines
139 B
Groovy
sourceSets {
|
|
main {
|
|
java {
|
|
srcDirs "../../$gameSource"
|
|
}
|
|
}
|
|
}
|
|
|
|
application {
|
|
mainClass = gameMain
|
|
}
|