Sync with master #685

Merged
greg6775 merged 13 commits from master into greg-dev 2021-07-21 23:20:14 +02:00
Showing only changes of commit 28e4a4d28e - Show all commits

View file

@ -114,8 +114,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>15</source>
<target>15</target>
</configuration>
</plugin>
<plugin>