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:
commit
0f2407562e
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user