-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Check Java11 compatibility - Add minimum POM to JAR file - Dependency updates
- Loading branch information
Showing
40 changed files
with
382 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,4 @@ before_script: | |
script: ./gradlew clean build | ||
jdk: | ||
- oraclejdk8 | ||
- oraclejdk9 | ||
env: TERM=dumb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
version=0.2.2 | ||
version=0.3.0 | ||
group=org.kordamp.jsilhouette | ||
sourceCompatibility=1.7 | ||
targetCompatibility=1.7 | ||
sourceCompatibility=1.8 | ||
targetCompatibility=1.8 | ||
publishJars=false | ||
|
||
project_description=Additional shapes for Java applications | ||
project_description=Additional shapes for JavaFX applications | ||
project_url=https://github.com/aalmiray/jsilhouette | ||
project_scm=https://github.com/aalmiray/jsilhouette.git | ||
project_issues=https://github.com/aalmiray/jsilhouette/issues | ||
project_bintray_repo=kordamp | ||
project_bintray_org=aalmiray | ||
|
||
javadocFooter=Copyright © 2015-2017 Andres Almiray. All rights reserved. | ||
javadocFooter=Copyright © 2015-2018 Andres Almiray. All rights reserved. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.