Add chapters 9-17 for the java book
This commit is contained in:
21
Java-Kompendium/kap14/1/build.gradle
Normal file
21
Java-Kompendium/kap14/1/build.gradle
Normal file
@@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'org.openjfx.javafxplugin' version '0.1.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
javafx {
|
||||
version = "21"
|
||||
modules = ['javafx.controls']
|
||||
}
|
||||
|
||||
run {
|
||||
standardInput = System.in
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'Task1'
|
||||
}
|
||||
Reference in New Issue
Block a user