diff options
author | Manuel Bentele | 2021-12-16 08:08:42 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-16 08:08:42 +0100 |
commit | 837bd74fa0cd4603377ca77c1939beb1a38b1749 (patch) | |
tree | 91b33d8b300d3c1acf49fcea59341b895c62b7be | |
parent | Update version of Maven build plugins (diff) | |
download | tmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.tar.gz tmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.tar.xz tmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.zip |
Update Java to version 8
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <release>8</release> </configuration> </plugin> <plugin> |