Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 2, 2019
1 parent 0b51842 commit 2ff90e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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.

Expand Down Expand Up @@ -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
----
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 11.1.0
version = 11.2.0
group = org.kordamp.ikonli

javafxVersion = 11
Expand Down Expand Up @@ -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
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-5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2ff90e0

Please sign in to comment.