Skip to content

Commit

Permalink
Use bundled jar for modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Jul 10, 2024
1 parent e73a426 commit e8200d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ modrinth {
versionNumber.set(rootProject.version as String + if (snapshot) "-" + System.getenv("BUILD_NUMBER") else "")
versionType.set(if (snapshot) "beta" else "release")
changelog.set(System.getenv("CHANGELOG") ?: "")
uploadFile.set(tasks.jar)
uploadFile.set(tasks.named("bundledJar"))
gameVersions.set(supportedVersions)
}

0 comments on commit e8200d1

Please sign in to comment.