Skip to content

Commit 10ec2b8

Browse files
committed
Remove '-all' classifier on publish, bump to 1.1.1
1 parent 3b1f9b5 commit 10ec2b8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mod info
22
mod_id = elfeatures
33
mod_name = ELFeatures
4-
mod_version = 1.1.0
4+
mod_version = 1.1.1
55
mod_license = MIT
66
mod_description = Support for EasyLauncher features in your Minecraft client
77
mod_full_description = Support for EasyLauncher features in your Minecraft client:\n\

buildSrc/src/main/kotlin/publish.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ publishing {
3434
artifactId = base.archivesName.get()
3535
version = project.version.toString()
3636

37-
artifact(tasks[spec.publishJarTask])
37+
artifact(tasks[spec.publishJarTask]) {
38+
classifier = null
39+
}
40+
3841
artifact(tasks["javadocJarStub"])
3942
artifact(tasks["sourcesJarStub"])
4043

0 commit comments

Comments
 (0)