diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-05 01:34:31 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-05 01:34:31 +0800 |
| commit | 94ff6aac084cfba2ce7eab00da76b7fe2992e657 (patch) | |
| tree | 99905bcb0501ebe1a1a9b2f6a8b5dffe53baf75b /default-plugin/build.gradle | |
| parent | 23e81b494b73f74c416ec3cf2147e6520608a258 (diff) | |
| parent | 987ee5269a9bc61b9ab4d07ea0986629b1421964 (diff) | |
| download | RoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.tar.gz RoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.tar.bz2 RoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.zip | |
Merge branch '6.x-1.17' into 7.x-1.18
# Conflicts:
# gradle.properties
Diffstat (limited to 'default-plugin/build.gradle')
| -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) } |
