diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-22 11:38:56 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-22 11:38:56 +0100 |
commit | 3400f66fa70da6664e91d98cc63d8ea959979606 (patch) | |
tree | f02f94deb1ab6baac73738e58ce8ffb8957b8935 /buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml | |
parent | bcd05a01b14705678dfd280989fa5071b627a234 (diff) | |
download | lombok-3400f66fa70da6664e91d98cc63d8ea959979606.tar.gz lombok-3400f66fa70da6664e91d98cc63d8ea959979606.tar.bz2 lombok-3400f66fa70da6664e91d98cc63d8ea959979606.zip |
[deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need the support for records
Diffstat (limited to 'buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml new file mode 100644 index 00000000..c64d09df --- /dev/null +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.42.xml @@ -0,0 +1,14 @@ +<ivy-module version="2.0"> + <info organisation="org.projectlombok" module="lombok.patcher" revision="0.42" publication="20210322113600"> + <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.42.jar" /> + </publications> +</ivy-module> |