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 language: java
jdk: jdk:
- oraclejdk9 - oraclejdk9
- openjdk8

View File

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