File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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.14 "
12+ val baseVersion = " 0.0.15 "
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 @@ -4,8 +4,8 @@ kotlin-coroutines = "1.10.2"
44velocity = " 3.4.0-SNAPSHOT"
55bungeecord = " 1.20-R0.2-SNAPSHOT"
66shadow = " 8.3.3"
7- simplecloud-controller = " 0.0.30-SNAPSHOT.09ac6b6 "
8- simplecloud-player = " 0.0.1-SNAPSHOT.d7aa7de "
7+ simplecloud-controller = " 0.0.30-SNAPSHOT.88c620a "
8+ simplecloud-player = " 0.0.1-SNAPSHOT.cb7eb5d "
99paper = " 1.21.4-R0.1-SNAPSHOT"
1010minotaur = " 2.8.7"
1111sonatype-central-portal-publisher = " 1.2.3"
You can’t perform that action at this time.
0 commit comments