From fd0a4d8c515cea599e077c0eb71b3ca13516ee02 Mon Sep 17 00:00:00 2001 From: liankokhai Date: Thu, 23 Feb 2023 00:13:21 +0800 Subject: [PATCH] remove buggy javafx plugins --- build.gradle | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index b067965d38..e9c177ff75 100644 --- a/build.gradle +++ b/build.gradle @@ -2,8 +2,7 @@ plugins { id 'java' id 'application' id 'com.github.johnrengelman.shadow' version '5.1.0' - id 'org.openjfx.javafxplugin' version '0.0.10' - id 'checkstyle' +// id 'checkstyle' } repositories { @@ -58,11 +57,6 @@ run{ standardInput = System.in } -checkstyle { - toolVersion = '10.2' -} - -javafx { - version = '11.0.2' - modules = ['javafx.controls', 'javafx.fxml'] -} \ No newline at end of file +//checkstyle { +// toolVersion = '10.2' +//} \ No newline at end of file