Switch to Java 8

We don't need any Java 11 features now we use Kotlin. Java 8 is still
relatively widespread.
master
Graham 4 years ago
parent f1e90afbb7
commit 7629902018
  1. 3
      pom.xml

@ -305,7 +305,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>11</release>
<source>1.8</source>
<target>1.8</target>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save