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.38.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.38.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index 1ca9c743..00000000 --- a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.38.xml +++ /dev/null @@ -1,14 +0,0 @@ -<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> |