File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11name : Create Release with ShadowJars
22
33on :
4+ push :
5+ branches :
6+ - main
7+ - develop
48 workflow_dispatch :
59
610jobs :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ modrinth {
1616 versionType.set(" beta" )
1717 uploadFile.set(tasks.shadowJar)
1818 gameVersions.addAll(
19+
1920 " 1.20" ,
2021 " 1.20.1" ,
2122 " 1.20.2" ,
@@ -32,6 +33,8 @@ modrinth {
3233 " 1.21.6" ,
3334 " 1.21.7" ,
3435 " 1.21.8" ,
36+ " 1.21.9" ,
37+
3538 )
3639 loaders.add(" bungeecord" )
3740 loaders.add(" waterfall" )
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ modrinth {
1717 versionType.set(" beta" )
1818 uploadFile.set(tasks.shadowJar)
1919 gameVersions.addAll(
20+
2021 " 1.20" ,
2122 " 1.20.1" ,
2223 " 1.20.2" ,
@@ -33,6 +34,8 @@ modrinth {
3334 " 1.21.6" ,
3435 " 1.21.7" ,
3536 " 1.21.8" ,
37+ " 1.21.9" ,
38+
3639 )
3740 loaders.add(" velocity" )
3841 changelog.set(" https://docs.simplecloud.app/changelog" )
You can’t perform that action at this time.
0 commit comments