9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 03:19:25 +00:00

Fixed libreforge compileOnly -> implementation

This commit is contained in:
Auxilor
2021-11-20 12:13:13 +00:00
parent ab980f68df
commit 1e7757b65a

View File

@@ -62,7 +62,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.13.10'
compileOnly 'com.willfp:libreforge:0.3.0'
implementation 'com.willfp:libreforge:0.3.0'
compileOnly 'org.jetbrains:annotations:23.0.0'