Skip to content

Commit

Permalink
Updated Gradle Build
Browse files Browse the repository at this point in the history
 * Removed JFX-Plugin
 * Updated Spotless version to 3.13

Signed-off-by: Jamz <[email protected]>
  • Loading branch information
JamzTheMan committed Jun 2, 2018
1 parent abfddaf commit 4115d11
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import org.gradle.plugins.ide.eclipse.model.AccessRule

buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.8.0"
classpath group: 'de.dynamicfiles.projects.gradle.plugins', name: 'javafx-gradle-plugin', version: '8.8.2'
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.13.0"
}

repositories {
Expand All @@ -26,7 +25,6 @@ apply plugin: 'application'
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'com.diffplug.gradle.spotless'
apply plugin: 'javafx-gradle-plugin'

// Current Build version
version = '1.4.5.0'
Expand Down Expand Up @@ -347,11 +345,6 @@ task deploy(dependsOn: [displayGitInfo, uberJar, copyPackageExtras, prepareInnoS
}
}

jfx {
// minimal requirement for jfxJar-task
mainClass = mainClassName
}

task wrapper(type: Wrapper) {
gradleVersion = '4.7'
}

0 comments on commit 4115d11

Please sign in to comment.