File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
spigot/src/main/resources Expand file tree Collapse file tree 3 files changed +3
-1
lines changed 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.10 "
12+ val baseVersion = " 0.0.11 "
1313val commitHash = System .getenv(" COMMIT_HASH" )
1414val timestamp = System .currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515val snapshotVersion = " ${baseVersion} -dev.${timestamp} -${commitHash} "
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ version: "1.0"
33main : app.simplecloud.api.provider.paper.PaperApiProvider
44loader : app.simplecloud.api.provider.paper.PaperLoader
55api-version : " 1.21"
6+ folia-supported : true
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: simplecloud-api
22version : " 1.0"
33main : app.simplecloud.api.platform.spigot.SpigotApiProvider
44api-version : " 1.21"
5+ folia-supported : true
56
67libraries :
78 - " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0"
You can’t perform that action at this time.
0 commit comments