summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-26 12:00:05 +0200
committerSimon Rettberg2021-04-26 12:00:05 +0200
commit9f447fa5c02332212e5008a1892abdb40db5b458 (patch)
tree5c37d554f09da3f5ef3cdf40d9dc63fba4976bfe /pom.xml
parent[RemoteExec] Greatly speed up reading of stdout/err from client (diff)
downloadtmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.tar.gz
tmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.tar.xz
tmlite-bwlp-9f447fa5c02332212e5008a1892abdb40db5b458.zip
Java 1.8v3.10
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6ad1853..461e268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>