diff --git a/settings.gradle.kts b/settings.gradle.kts index 4e62873..a8db598 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,3 @@ -rootProject.name = "sw_event_api" +rootProject.name = "WebsiteBackend" include("CommonCore") \ No newline at end of file diff --git a/src/main/kotlin/de/steamwar/Application.kt b/src/main/kotlin/de/steamwar/Application.kt index 8f58e23..75c2529 100644 --- a/src/main/kotlin/de/steamwar/Application.kt +++ b/src/main/kotlin/de/steamwar/Application.kt @@ -45,7 +45,6 @@ val config = Json.decodeFromStream(File("config.json").inputStream()) fun main() { SchematicType.Normal.name().length - SteamwarUser.get(3).setPassword("testtest") Thread { while (true) { Thread.sleep(1000 * 10) diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 0000000..5b5436b --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,5 @@ +build: + - "./gradlew distZip" + +artifacts: + "/binarys/WebsiteBackend.zip": "build/distributions/WebsiteBackend-0.0.1.zip" \ No newline at end of file