Explorar o código

Maybe fixed 'warning: [options] bootstrap class path not set in conjunction with -source 1.7'

shaman %!s(int64=9) %!d(string=hai) anos
pai
achega
309f751c4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -8,7 +8,7 @@ apply plugin: 'maven'
 group = 'org.jmonkeyengine'
 version = jmePomVersion
 
-sourceCompatibility = '1.7'
+sourceCompatibility = '1.8'
 [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
 
 repositories {