diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-08 20:10:33 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-08 20:10:52 +0200 |
commit | 2666a923e634400c55b4129784af88d955fc6bfe (patch) | |
tree | 580b355f951ef6e6bd25db1d263853de3014bd83 /buildScripts | |
parent | 29d34186f7db17fd9ea61c9487d70aad7faefe26 (diff) | |
download | lombok-2666a923e634400c55b4129784af88d955fc6bfe.tar.gz lombok-2666a923e634400c55b4129784af88d955fc6bfe.tar.bz2 lombok-2666a923e634400c55b4129784af88d955fc6bfe.zip |
[deps] bumped lombok.patcher dep to v0.38, which adds ASM9 support.
This makes lombok better at handling e.g. javac15.
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml | 14 | ||||
-rw-r--r-- | buildScripts/ivy.xml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml new file mode 100644 index 00000000..1ca9c743 --- /dev/null +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml @@ -0,0 +1,14 @@ +<ivy-module version="2.0"> + <info organisation="org.projectlombok" module="lombok.patcher" revision="0.38" publication="20201008193000"> + <license name="MIT License" url="https://www.opensource.org/licenses/mit-license.php" /> + <ivyauthor name="rzwitserloot" url="https://github.com/rzwitserloot" /> + <ivyauthor name="rspilker" url="https://github.com/rspilker" /> + <description homepage="https://projectlombok.org/" /> + </info> + <configurations> + <conf name="default" /> + </configurations> + <publications> + <artifact conf="default" url="https://projectlombok.org/downloads/lombok.patcher-0.38.jar" /> + </publications> +</ivy-module> diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 2fbdab0e..8383d00a 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -36,7 +36,7 @@ </configurations> <dependencies> - <dependency org="org.projectlombok" name="lombok.patcher" rev="0.36" conf="build,stripe->default" /> + <dependency org="org.projectlombok" name="lombok.patcher" rev="0.38" conf="build,stripe->default" /> <dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="build,stripe->runtime" /> <dependency org="projectlombok.org" name="spi" rev="0.2.7" conf="build" /> <dependency org="org.apache.ant" name="ant" rev="1.10.5" conf="build->default" /> |