Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
A simple plugin to disable portals
  • Loading branch information
AndrewDragonCh committed May 4, 2024
1 parent bf909bd commit 450db15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
projectId.set("DisablePortals")
versionType.set("release") // `release` `beta`
versionType.set("Release") // `Release` `Beta`
uploadFile.set(tasks.jar)
loaders.add("paper")
gameVersions.addAll("1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6")
Expand All @@ -21,7 +21,7 @@ modrinth {
hangarPublish {
publications.register("plugin") {
version.set("1.0.0")
channel.set("release") // `release` `beta`
channel.set("Release") // `Release` `Beta`
id.set("DisablePortals")
apiKey.set(System.getenv("HANGAR_API_TOKEN"))
platforms {
Expand Down

0 comments on commit 450db15

Please sign in to comment.