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