Skip to content

Commit

Permalink
Remove included builds, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 31, 2023
1 parent c056a44 commit 71559fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.mineinabyss
version=0.24
version=0.25
# Workaround for dokka builds failing on CI, see https://github.com/Kotlin/dokka/issues/1405
#org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
idofrontVersion=0.21.0
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ for (addon in file("addons").listFiles()) {
project(":${addon.name}").projectDir = file(addon)
}
}

includeBuild("../geary-papermc")
includeBuild("../mobzy")
includeBuild("../looty")

0 comments on commit 71559fd

Please sign in to comment.