Skip to content

Commit

Permalink
Attempting compilation against Java 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tbee committed Apr 7, 2018
1 parent 9d0cc16 commit 34e39a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = 10.0-r1-SNAPSHOT
jfxtras_requiredJavaFxVersion = 8.0
jfxtras_junitVersion = 4.10

sourceCompatibility = 9
targetCompatibility = 9
sourceCompatibility = 10
targetCompatibility = 10

0 comments on commit 34e39a0

Please sign in to comment.