mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-05 19:32:48 -08:00
12 lines
139 B
Groovy
12 lines
139 B
Groovy
sourceSets {
|
|
main {
|
|
java {
|
|
srcDirs "../../$gameSource"
|
|
}
|
|
}
|
|
}
|
|
|
|
application {
|
|
mainClass = gameMain
|
|
}
|