Java 1.5!
Dieser Commit ist enthalten in:
Ursprung
98b405139e
Commit
653dd79a6c
8
pom.xml
8
pom.xml
@ -51,6 +51,14 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren