diff --git a/.travis.yml b/.travis.yml index 6143da359..a4df3e223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ cache: - $HOME/.sonar/cache/ before_script: - ./gradlew --version -script: ./gradlew clean build --build-cache --console=plain -S --scan +script: ./gradlew clean build --console=plain -S --scan jdk: openjdk11 env: TERM=dumb diff --git a/README.adoc b/README.adoc index 9fccc5f3e..d93b0453b 100644 --- a/README.adoc +++ b/README.adoc @@ -4,7 +4,7 @@ :project-repo: kordamp :project-name: ikonli :project-group: org.kordamp.ikonli -:project-version: 11.1.0 +:project-version: 11.2.0 image:http://img.shields.io/travis/aalmiray/{project-name}/master.svg["Build Status (travis)", link="https://travis-ci.org/aalmiray/{project-name}"] image:http://img.shields.io/badge/license-ASL2-blue.svg["ASL3 Licensed", link="http://opensource.org/licenses/ASL2"] @@ -28,7 +28,7 @@ and usage. You must meet the following requirements: * JDK11 as a minimum - * Gradle 4.10 + * Gradle 5.0 You may used the included gradle wrapper script if you don't have `gradle` installed. @@ -67,12 +67,12 @@ Run the sampler JavaFX application by invoking the following commands [source] ---- $ cd subprojects/sampler-javafx -$ gradle run +$ ../gradlew run ---- Run the sampler Swing application by invoking the following commands [source] ---- $ cd subprojects/sampler-swing -$ gradle run +$ ../gradlew run ---- diff --git a/gradle.properties b/gradle.properties index 7c36272b8..302628526 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 11.1.0 +version = 11.2.0 group = org.kordamp.ikonli javafxVersion = 11 @@ -34,3 +34,7 @@ themifyVersion = 1.0.1 weathericonsVersion = 2.0.10 websymbolsVersion = 0.0 zondiconsVersion = 20170712 + +org.gradle.daemon = true +org.gradle.caching = true +org.gradle.parallel = true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6b3851a8a..ea13fdfd1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists