diff options
author | xander <xander@isxander.dev> | 2022-09-01 20:36:34 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-01 20:36:34 +0100 |
commit | 8aeaf4b0507e8862c92645efd246df186e902b80 (patch) | |
tree | 772ca5576764e0652ccc4f7e1333d61df7047e30 | |
parent | b5a3f28028c7ccf1ae860e45ec809455510283d6 (diff) | |
download | YetAnotherConfigLib-8aeaf4b0507e8862c92645efd246df186e902b80.tar.gz YetAnotherConfigLib-8aeaf4b0507e8862c92645efd246df186e902b80.tar.bz2 YetAnotherConfigLib-8aeaf4b0507e8862c92645efd246df186e902b80.zip |
no classifier
-rw-r--r-- | .github/workflows/snapshot-publish.yml | 2 | ||||
-rw-r--r-- | build.gradle.kts | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/snapshot-publish.yml b/.github/workflows/snapshot-publish.yml index 042ef5f..49129b3 100644 --- a/.github/workflows/snapshot-publish.yml +++ b/.github/workflows/snapshot-publish.yml @@ -1,4 +1,4 @@ -name: Gradle CI +name: Publish Snapshot on: push: diff --git a/build.gradle.kts b/build.gradle.kts index e390e4f..de9a391 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,14 +88,6 @@ tasks { ) } } - - remapJar { - archiveClassifier.set("fabric-$minecraftVersion") - } - - remapSourcesJar { - archiveClassifier.set("fabric-$minecraftVersion-sources") - } register("releaseMod") { group = "mod" |