Skip to content

Commit

Permalink
Make fabric permissions api modCompileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 30, 2024
1 parent fe23dbf commit d946d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ dependencies {
modImplementation(libs.fabricApi.networking.api.v1)
modImplementation(libs.fabricApi.lifecycle.events.v1)

modImplementation(libs.fabricPermissionsApi)
modCompileOnly(libs.fabricPermissionsApi)
modLocalRuntime(libs.fabricPermissionsApi)
}

tasks {
Expand Down

0 comments on commit d946d07

Please sign in to comment.