mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-05 11:26:37 -08:00
Oops AceyDucey17 build.gradle
This commit is contained in:
11
buildJvm/build_01_Acey_Ducey_java17/build.gradle
Normal file
11
buildJvm/build_01_Acey_Ducey_java17/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDirs "../../$gameSource"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = gameMain
|
||||
}
|
||||
Reference in New Issue
Block a user