Fixed builds

This commit is contained in:
Auxilor 2022-01-17 16:55:03 +00:00
parent b5fd3c9fe6
commit 3e88078d07
3 changed files with 8 additions and 3 deletions

View File

@ -56,7 +56,6 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.19.0'
implementation 'com.willfp:libreforge:3.3.0'
compileOnly 'org.jetbrains:annotations:19.0.0'

View File

@ -1,2 +1,8 @@
group 'com.willfp'
version rootProject.version
subprojects {
dependencies {
implementation 'com.willfp:libreforge:3.3.0'
}
}

View File

@ -1,5 +1,5 @@
group 'com.willfp'
version '5.2.2'
version '5.2.3'
description = 'Sprint Artifacts Extension'
shadowJar {