Add chapters 18-20 for the java book
This commit is contained in:
15
Java-Kompendium/kap20/2/build.gradle
Normal file
15
Java-Kompendium/kap20/2/build.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
run {
|
||||
standardInput = System.in
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'App'
|
||||
}
|
||||
Reference in New Issue
Block a user