Skip to content

Commit

Permalink
remove buggy javafx plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
unfazing committed Feb 22, 2023
1 parent 3846c3d commit fd0a4d8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -58,11 +57,6 @@ run{
standardInput = System.in
}

checkstyle {
toolVersion = '10.2'
}

javafx {
version = '11.0.2'
modules = ['javafx.controls', 'javafx.fxml']
}
//checkstyle {
// toolVersion = '10.2'
//}

0 comments on commit fd0a4d8

Please sign in to comment.