aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-08 20:10:33 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-08 20:10:52 +0200
commit2666a923e634400c55b4129784af88d955fc6bfe (patch)
tree580b355f951ef6e6bd25db1d263853de3014bd83 /buildScripts
parent29d34186f7db17fd9ea61c9487d70aad7faefe26 (diff)
downloadlombok-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.xml14
-rw-r--r--buildScripts/ivy.xml2
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" />