Skip to content

Commit

Permalink
Update gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 28, 2018
1 parent 10c3a43 commit 00ca5c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public class Sampler extends Application {

You must meet the following requirements:

* JDK8u40 as a minimum
* Gradle 2.6
* JDK8u60 as a minimum
* Gradle 4.6

You may used the included gradle wrapper script if you don't have `gradle` installed.

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
3 changes: 3 additions & 0 deletions subprojects/bootstrapfx-core/bootstrapfx-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
buildscript {
repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
}

dependencies {
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:gradle-processes:0.4.1'
classpath 'com.github.robfletcher:compass-gradle-plugin:2.0.6'
}
}

apply plugin: 'com.github.johnrengelman.processes'
apply plugin: 'com.github.robfletcher.compass'
apply from: rootProject.file('gradle/publishing.gradle')

Expand Down

0 comments on commit 00ca5c3

Please sign in to comment.