File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 1.21.9
3030 1.21.10
3131 1.21.11
32+ 26.1
33+ 26.1.1
3234jobs :
3335 build-and-publish :
3436 runs-on : blacksmith-4vcpu-ubuntu-2404
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.22 "
12+ val baseVersion = " 0.0.23 "
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 @@ -39,6 +39,7 @@ modrinth {
3939 uploadFile.set(tasks.shadowJar)
4040 gameVersions.addAll(
4141
42+
4243 " 1.20" ,
4344 " 1.20.1" ,
4445 " 1.20.2" ,
@@ -58,6 +59,9 @@ modrinth {
5859 " 1.21.9" ,
5960 " 1.21.10" ,
6061 " 1.21.11" ,
62+ " 26.1" ,
63+ " 26.1.1" ,
64+
6165
6266 )
6367 loaders.add(" bungeecord" )
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ modrinth {
4242 uploadFile.set(tasks.shadowJar)
4343 gameVersions.addAll(
4444
45+
4546 " 1.20" ,
4647 " 1.20.1" ,
4748 " 1.20.2" ,
@@ -61,6 +62,9 @@ modrinth {
6162 " 1.21.9" ,
6263 " 1.21.10" ,
6364 " 1.21.11" ,
65+ " 26.1" ,
66+ " 26.1.1" ,
67+
6468
6569 )
6670 loaders.add(" spigot" )
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ modrinth {
4242 uploadFile.set(tasks.shadowJar)
4343 gameVersions.addAll(
4444
45+
4546 " 1.20" ,
4647 " 1.20.1" ,
4748 " 1.20.2" ,
@@ -61,6 +62,9 @@ modrinth {
6162 " 1.21.9" ,
6263 " 1.21.10" ,
6364 " 1.21.11" ,
65+ " 26.1" ,
66+ " 26.1.1" ,
67+
6468
6569 )
6670 loaders.add(" velocity" )
You can’t perform that action at this time.
0 commit comments