mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 07:22:15 +01:00
set java level to 7
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -165,7 +165,7 @@
|
||||
<configuration>
|
||||
<signature>
|
||||
<groupId>org.codehaus.mojo.signature</groupId>
|
||||
<artifactId>java16</artifactId>
|
||||
<artifactId>java17</artifactId>
|
||||
<version>1.0</version>
|
||||
</signature>
|
||||
</configuration>
|
||||
@@ -466,7 +466,7 @@
|
||||
<guava.version>16.0.1</guava.version>
|
||||
|
||||
<!-- build properties -->
|
||||
<project.build.javaLevel>1.6</project.build.javaLevel>
|
||||
<project.build.javaLevel>1.7</project.build.javaLevel>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<netbeans.hint.license>SCM-BSD</netbeans.hint.license>
|
||||
<jdk.classifier/>
|
||||
|
||||
Reference in New Issue
Block a user