1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Add branch name when not master, simplify publish, use GitHub Actions

And updated Gradle
This commit is contained in:
Tim203
2023-02-12 11:35:32 +01:00
parent f44319c968
commit da97a0f073
9 changed files with 79 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
@file:Suppress("UnstableApiUsage")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
dependencyResolutionManagement {
@@ -54,6 +55,10 @@ pluginManagement {
repositories {
gradlePluginPortal()
}
plugins {
id("net.kyori.indra")
id("net.kyori.indra.git")
}
includeBuild("build-logic")
}