diff options
author | md_5 <git@md-5.net> | 2018-11-24 10:03:35 +1100 |
---|---|---|
committer | md_5 <git@md-5.net> | 2018-11-24 10:03:35 +1100 |
commit | 38861e44fd75b4ccbc42722ec4abbc9e6eb86926 (patch) | |
tree | 918be0f51e669680a61477b89950d995210f7d8f /pom.xml | |
parent | 228fddc1b71cbdc0b53546b5b7145bcc51a37ead (diff) | |
download | buildtools-38861e44fd75b4ccbc42722ec4abbc9e6eb86926.tar buildtools-38861e44fd75b4ccbc42722ec4abbc9e6eb86926.tar.gz buildtools-38861e44fd75b4ccbc42722ec4abbc9e6eb86926.tar.lz buildtools-38861e44fd75b4ccbc42722ec4abbc9e6eb86926.tar.xz buildtools-38861e44fd75b4ccbc42722ec4abbc9e6eb86926.zip |
Use BuildTools java version to invoke external java tools
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>1.16.16</version> + <version>1.18.4</version> <scope>provided</scope> </dependency> <dependency> |