Sfoglia il codice sorgente

tweak the compiler settings

Luis Neves 9 anni fa
parent
commit
c2e3dc59ed
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      frameworks/Java/netty/pom.xml

+ 3 - 3
frameworks/Java/netty/pom.xml

@@ -43,10 +43,10 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.3.2</version>
+				<version>3.5</version>
 				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
+					<source>1.8</source>
+					<target>1.8</target>
 					<optimize>true</optimize>
 					<debug>false</debug>
 				</configuration>