Skip to content

Commit

Permalink
Fix wrong fabric-loader variant base
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Dec 23, 2024
1 parent 1b43d1d commit 5160483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.parallel=true
org.gradle.configuration-cache=true

group=net.msrandom
version=0.4.0
version=0.4.1
kotlin.code.style=official
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ abstract class FabricInstallerComponentMetadataRule<T : Any> @Inject constructor
}
}

context.details.addVariant("clientRuntime", "compile") {
context.details.addVariant("clientRuntime", "runtime") {
it.withSidedDependencies { common + client + development }

it.attributes { attributes ->
Expand Down

0 comments on commit 5160483

Please sign in to comment.