Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 10, 2019
1 parent 49ea9be commit e134a6c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.0.2
:project-version: 11.1.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 Down
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,14 @@
* limitations under the License.
*/

buildscript {
dependencies {
classpath 'com.google.gradle:osdetector-gradle-plugin:1.6.1'
}
}

plugins {
id 'org.kordamp.gradle.kordamp-parentpom' version '1.2.1'
id 'org.kordamp.gradle.source-xref' version '0.12.0'
id 'com.google.osdetector' version '1.6.1'
id 'org.jonnyzzz.java9c' version '0.2.3' apply false
id 'org.javamodularity.moduleplugin' version '1.4.0' apply false
}

apply plugin: 'com.google.osdetector'

ext.platform = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os

config {
Expand Down
1 change: 0 additions & 1 deletion docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ asciidoctor {
createIconGenerationTask(packName: 'themify', iconClassName: 'org.kordamp.ikonli.themify.Themify', iconName: 'ti', shortNameSize: 3),
createIconGenerationTask(packName: 'zondicons', iconClassName: 'org.kordamp.ikonli.zondicons.Zondicons', iconName: 'zondi', shortNameSize: 6)

sourceDir = file('src/asciidoc')
attributes = [
dashiconsVersion : project.dashiconsVersion,
deviconsVersion : project.deviconsVersion,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 11.0.2
version = 11.1.0
group = org.kordamp.ikonli

javafxVersion = 11
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e134a6c

Please sign in to comment.