implementation to compileOnly

This commit is contained in:
Nekretaur 2024-01-15 17:18:47 +00:00
parent 9f0b50b3b0
commit 3d97a942ae

View File

@ -13,7 +13,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
implementation project(":common")
compileOnly project(":common")
}
loom {