瀏覽代碼

Upping source compatibility to 1.7. Even 1.7 is end-of-lifed by now
but at least it's newer than the ancient 1.6.

Paul Speed 9 年之前
父節點
當前提交
35de6bd6d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

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