smelc il y a 6 ans
Parent
commit
0a19b1133d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -32,8 +32,8 @@ sourceSets {
 // 'gdxVersion' itself, and yet be able to build SquidLib standalone too.
 def gdxVersion = System.getenv("gdxVersion") ?: "1.9.6" // As in pom.xml
 
-targetCompatibility = '1.7'
-// sourceCompatibility = '1.6'  // For android. Commented because not honored (diamonds) :-(
+project.targetCompatibility = '1.7'
+// project.sourceCompatibility = '1.6'  // For android. Commented because not honored (diamonds) :-(
 
 dependencies {
 	compile "com.badlogicgames.gdx:gdx:$gdxVersion"