Skip to content

Commit 3f176c8

Browse files
committed
revert loom workaround
1 parent 06c716f commit 3f176c8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import net.fabricmc.loom.task.RemapJarTask
44
import java.net.URI
55

66
plugins {
7-
id("fabric-loom") version "1.11-SNAPSHOT"
7+
id("fabric-loom") version "1.12.0-alpha.25"
88
id("io.github.ladysnake.chenille") version "0.15.0"
99
id("org.cadixdev.licenser") version "0.6.1"
1010
}

cardinal-components-item/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
dependencies {
22
api(project(path = ":cardinal-components-base", configuration = "namedElements"))
3-
4-
// FIXME workaround for https://github.com/FabricMC/fabric-loom/issues/1334
5-
val fabricApiVersion: String = providers.gradleProperty("fabric_api_version").get()
6-
compileOnly(fabricApi.module("fabric-registry-sync-v0", fabricApiVersion))
73
}
84

95
loom {

0 commit comments

Comments
 (0)