Skip to content

Commit bdc4186

Browse files
committed
feat: waterfall support
1 parent de60119 commit bdc4186

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.12"
12+
val baseVersion = "0.0.13"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

platform/bungeecord/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ modrinth {
5555
"1.21.7",
5656
)
5757
loaders.add("bungeecord")
58+
loaders.add("waterfall")
5859
changelog.set("https://docs.simplecloud.app/changelog")
5960
syncBodyFrom.set(rootProject.file("README.md").readText())
6061
}

0 commit comments

Comments
 (0)