diff options
author | Simon Rettberg | 2018-03-20 12:40:24 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-03-20 12:40:24 +0100 |
commit | 3950def62b4225e40d5a3c9df7a8c44171a9325f (patch) | |
tree | 33539041ed882ed098898f3a544e3d523dd5965b /daemon | |
parent | [SystemCommandTask] try-with for stdout/err readers, close input after done (diff) | |
download | taskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.tar.gz taskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.tar.xz taskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.zip |
[SystemCommandTask] Support changing environment
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml index f25d610..0d75e1a 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -17,7 +17,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.6.1</version> <configuration> <source>1.7</source> <target>1.7</target> |