Merge pull request #44 from Nekretaur/1.20.4

Replace `implementation` with `compileOnly` in the `fabric` subproject for consistency with the `forge` subproject
This commit is contained in:
Jared 2024-01-16 15:46:42 -07:00 committed by GitHub
commit 0f2407562e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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