Skip to content

Commit 749894f

Browse files
committed
Update publish versions
1 parent 8f0f900 commit 749894f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

implementations/paper/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ modrinth {
116116
uploadFile.set(tasks.findByName("shadowJar"))
117117
loaders.addAll("paper","purpur","folia")
118118
gameVersions.addAll(
119-
"1.20.1", "1.20.2", "1.20.3", "1.20.4"
119+
"1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
120+
"1.21"
120121
)
121122
}
122123

@@ -136,7 +137,8 @@ hangarPublish {
136137
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
137138
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
138139
platformVersions.set(listOf(
139-
"1.20.1", "1.20.2", "1.20.3", "1.20.4"
140+
"1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
141+
"1.21"
140142
))
141143
}
142144
}

implementations/spigot/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ modrinth {
123123
"1.17", "1.17.1",
124124
"1.18", "1.18.1", "1.18.2",
125125
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
126-
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4"
126+
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
127+
"1.21"
127128
)
128129
}
129130

implementations/sponge/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ modrinth {
130130
.replace("{version}", project.version.toString()))
131131
uploadFile.set(tasks.findByName("shadowJar"))
132132
loaders.addAll("sponge")
133-
gameVersions.addAll("1.19.2", "1.19.3", "1.19.4")
133+
gameVersions.addAll(
134+
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"
135+
)
134136
}
135137

136138
tasks.register("publish") {

0 commit comments

Comments
 (0)