mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-02 02:11:21 +01:00
Fixed builds
This commit is contained in:
parent
b5fd3c9fe6
commit
3e88078d07
@ -56,7 +56,6 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.19.0'
|
compileOnly 'com.willfp:eco:6.19.0'
|
||||||
implementation 'com.willfp:libreforge:3.3.0'
|
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:19.0.0'
|
compileOnly 'org.jetbrains:annotations:19.0.0'
|
||||||
|
|
||||||
|
@ -1,2 +1,8 @@
|
|||||||
group 'com.willfp'
|
group 'com.willfp'
|
||||||
version rootProject.version
|
version rootProject.version
|
||||||
|
|
||||||
|
subprojects {
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.willfp:libreforge:3.3.0'
|
||||||
|
}
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
group 'com.willfp'
|
group 'com.willfp'
|
||||||
version '5.2.2'
|
version '5.2.3'
|
||||||
description = 'Sprint Artifacts Extension'
|
description = 'Sprint Artifacts Extension'
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
Loading…
Reference in New Issue
Block a user