diff options
author | Simon Rettberg | 2021-04-26 12:00:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-04-26 12:00:05 +0200 |
commit | 9f447fa5c02332212e5008a1892abdb40db5b458 (patch) | |
tree | 5c37d554f09da3f5ef3cdf40d9dc63fba4976bfe | |
parent | [RemoteExec] Greatly speed up reading of stdout/err from client (diff) | |
download | tmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.tar.gz tmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.tar.xz tmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.zip |
Java 1.8v3.10
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.6.1</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin> |