Update loom to 1.1 & move fabric-permissions-api to modApi to match pre-loom 1.1 behavior of it being on the compile classpath for consumers
This commit is contained in:
parent
1f17e92974
commit
4e02686a1f
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ dependencies {
|
|||
modImplementation(fabricApi.module("fabric-networking-api-v1", libs.versions.fabricApi.get()))
|
||||
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", libs.versions.fabricApi.get()))
|
||||
|
||||
modImplementation(libs.fabricPermissionsApi)
|
||||
modApi(libs.fabricPermissionsApi)
|
||||
include(libs.fabricPermissionsApi)
|
||||
|
||||
api(include(projects.cloudCore)!!)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ pluginManagement {
|
|||
|
||||
plugins {
|
||||
id("ca.stellardrift.polyglot-version-catalogs") version "6.0.1"
|
||||
id("quiet-fabric-loom") version "1.0-SNAPSHOT"
|
||||
id("quiet-fabric-loom") version "1.1-SNAPSHOT"
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue