diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-09-10 22:23:42 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-09-10 22:24:48 +0200 |
commit | 8c28302705a027646c0ee0a83379b4084cb475ba (patch) | |
tree | cfd1c759e590ae2dc9e73a24ea5bf597962ccccb /buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml | |
parent | 3c6513073b4aa89fc5ae2fa52528de79d07d33a6 (diff) | |
download | lombok-8c28302705a027646c0ee0a83379b4084cb475ba.tar.gz lombok-8c28302705a027646c0ee0a83379b4084cb475ba.tar.bz2 lombok-8c28302705a027646c0ee0a83379b4084cb475ba.zip |
Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ‘this feature requires ASM5’ error that occurs when patching recent eclipse releases.
Diffstat (limited to 'buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml deleted file mode 100644 index 87e1594f..00000000 --- a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml +++ /dev/null @@ -1,14 +0,0 @@ -<ivy-module version="2.0"> - <info organisation="org.projectlombok" module="lombok.patcher" revision="0.24" publication="20171128000000"> - <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php" /> - <ivyauthor name="rzwitserloot" url="http://zwitserloot.com/" /> - <ivyauthor name="rspilker" url="http://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.24.jar" /> - </publications> -</ivy-module> |