Skip to content

Commit

Permalink
Merge branch 'master' into 24w45a
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 7, 2024
2 parents 0509e5b + 7cfd4d0 commit 9c6a7f4
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 @@ -98,8 +98,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 9c6a7f4

Please sign in to comment.