Skip to content

Commit c407ba6

Browse files
committed
Fix supported versions
1 parent e1701c4 commit c407ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations/paper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ modrinth {
123123
uploadFile.set(tasks.findByName("shadowJar"))
124124
loaders.addAll("paper","purpur","folia")
125125
gameVersions.addAll(
126-
"1.20", "1.20.1"
126+
"1.20.1"
127127
)
128128
}
129129

@@ -141,7 +141,7 @@ hangarPublish {
141141
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
142142
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
143143
platformVersions.set(listOf(
144-
"1.20", "1.20.1"
144+
"1.20.1"
145145
))
146146
}
147147
}

0 commit comments

Comments
 (0)