Skip to content

Commit

Permalink
Fix publishMods still trying to upload the -dev jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 7, 2024
1 parent da01afa commit 3a6c795
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ publishMods {
def archivesName = project.base.archivesName.get() as String
additionalFiles.from(
file("${project.buildDir}/libs/${archivesName}-${versionString}-sources.jar"),
file("${project.buildDir}/libs/${archivesName}-${versionString}-dev.jar"),
file("${project.buildDir}/libs/${archivesName}-${versionString}-sources-dev.jar")
)
type = ghVersion.contains("pre") ? BETA : STABLE
modLoaders.add("fabric")
Expand Down

0 comments on commit 3a6c795

Please sign in to comment.