diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-02 16:06:10 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-02 16:06:10 +0800 |
| commit | b9ab61fe8a1c10f5adb61814ad9328b29727a37a (patch) | |
| tree | dfd1041ba6cccf6cda8fcc7d31a65a0a07284718 /default-plugin | |
| parent | 1fe450ebee9eaf803f98895969f2abf2202730e5 (diff) | |
| download | RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.tar.gz RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.tar.bz2 RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.zip | |
Refactor MenuInfoProvider to give more concrete info
Diffstat (limited to 'default-plugin')
| -rw-r--r-- | default-plugin/build.gradle | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/default-plugin/build.gradle b/default-plugin/build.gradle index c22da8b91..3daaef18c 100644 --- a/default-plugin/build.gradle +++ b/default-plugin/build.gradle @@ -8,7 +8,7 @@ dependencies { modCompileOnly("net.fabricmc:fabric-loader:${project.fabricloader_version}") modApi("me.shedaniel.cloth:cloth-config:${cloth_config_version}") modApi("dev.architectury:architectury:${architectury_version}") - compileClasspath(project(path: ":api", configuration: "dev")) + compileClasspath(project(path: ":api", configuration: "namedElements")) } architectury { @@ -19,10 +19,6 @@ remapJar { remapAccessWidener = false } -configurations { - dev -} - remapJar { classifier "raw" } @@ -36,7 +32,6 @@ task fakeJar(type: Jar, dependsOn: remapJar) { } artifacts { - dev(jar) apiElements(fakeJar) runtimeElements(fakeJar) } |
