summaryrefslogtreecommitdiff
path: root/Java-Kompendium/kap17/build.gradle
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-12-04 12:14:38 +0100
committerEugen Wissner <belka@caraus.de>2025-12-04 13:57:53 +0100
commit5eded28b16a67fb3ef6bd1cce5526d4dc2de39ab (patch)
tree3019d5be499c466b952b2f04a523d09613521cae /Java-Kompendium/kap17/build.gradle
parent2da137aea85e4aab48d5df5389da609720f2acb9 (diff)
downloadbook-exercises-5eded28b16a67fb3ef6bd1cce5526d4dc2de39ab.tar.gz
Add chapters 18-20 for the java book
Diffstat (limited to 'Java-Kompendium/kap17/build.gradle')
-rw-r--r--Java-Kompendium/kap17/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/Java-Kompendium/kap17/build.gradle b/Java-Kompendium/kap17/build.gradle
index 2c8161b..2638222 100644
--- a/Java-Kompendium/kap17/build.gradle
+++ b/Java-Kompendium/kap17/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'application'
- id 'org.openjfx.javafxplugin' version '0.1.0'
+ id 'application'
+ id 'org.openjfx.javafxplugin' version '0.1.0'
}
repositories {