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