release 0.8.0 #12

Merged
Seil0 merged 92 commits from dev into master 2019-07-04 12:41:05 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 26f26ec9f8 - Show all commits

View File

@ -1,4 +1,3 @@
language: java
jdk:
- oraclejdk9
- openjdk8

View File

@ -68,8 +68,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>10</source>
<target>10</target>
<source>9</source>
<target>9</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>