File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed
Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2828 1.21.8
2929 1.21.9
3030 1.21.10
31-
31+ 1.21.11
3232jobs :
3333 build-and-publish :
3434 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 `maven- publish`
1010}
1111
12- val baseVersion = " 0.0.20 "
12+ val baseVersion = " 0.0.21 "
1313val commitHash = System .getenv(" COMMIT_HASH" )
1414val timestamp = System .currentTimeMillis()
1515val snapshotVersion = " ${baseVersion} -dev.${timestamp} -${commitHash} "
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ modrinth {
3838 versionType.set(" beta" )
3939 uploadFile.set(tasks.shadowJar)
4040 gameVersions.addAll(
41+
4142 " 1.20" ,
4243 " 1.20.1" ,
4344 " 1.20.2" ,
@@ -56,6 +57,8 @@ modrinth {
5657 " 1.21.8" ,
5758 " 1.21.9" ,
5859 " 1.21.10" ,
60+ " 1.21.11" ,
61+
5962 )
6063 loaders.add(" bungeecord" )
6164 loaders.add(" waterfall" )
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ modrinth {
4141 versionType.set(" beta" )
4242 uploadFile.set(tasks.shadowJar)
4343 gameVersions.addAll(
44+
4445 " 1.20" ,
4546 " 1.20.1" ,
4647 " 1.20.2" ,
@@ -59,6 +60,8 @@ modrinth {
5960 " 1.21.8" ,
6061 " 1.21.9" ,
6162 " 1.21.10" ,
63+ " 1.21.11" ,
64+
6265 )
6366 loaders.add(" spigot" )
6467 loaders.add(" paper" )
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ modrinth {
4141 versionType.set(" beta" )
4242 uploadFile.set(tasks.shadowJar)
4343 gameVersions.addAll(
44+
4445 " 1.20" ,
4546 " 1.20.1" ,
4647 " 1.20.2" ,
@@ -59,6 +60,8 @@ modrinth {
5960 " 1.21.8" ,
6061 " 1.21.9" ,
6162 " 1.21.10" ,
63+ " 1.21.11" ,
64+
6265 )
6366 loaders.add(" velocity" )
6467 changelog.set(" https://docs.simplecloud.app/changelog" )
You can’t perform that action at this time.
0 commit comments