Skip to content

Commit

Permalink
Set GdxSetup source level to java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Dec 28, 2023
1 parent 2b691f7 commit 62c8e98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sourceCompatibility = 1.7
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

sourceSets.main.java.srcDirs = [ "src/" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks.compileGwt.dependsOn(addSource)
tasks.draftCompileGwt.dependsOn(addSource)
tasks.checkGwt.dependsOn(addSource)

sourceCompatibility = 1.7
sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]

eclipse.project.name = appName + "-html"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sourceSets.main.java.srcDirs = [ "src/" ]

sourceCompatibility = '1.7'
sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

ext {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sourceCompatibility = 1.7
sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]

Expand Down

0 comments on commit 62c8e98

Please sign in to comment.