Should not have done this there, I will do on another branch another time
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

Signed-off-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
This commit is contained in:
Debucquoy Anthony 2023-03-20 23:23:43 +01:00
parent 29c2fd7a0b
commit 7cd61c50e6
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -9,7 +9,6 @@
plugins { plugins {
// Apply the application plugin to add support for building a CLI application in Java. // Apply the application plugin to add support for building a CLI application in Java.
id 'application' id 'application'
id 'checkstyle'
id 'org.openjfx.javafxplugin' version '0.0.13' id 'org.openjfx.javafxplugin' version '0.0.13'
} }