feat/update-gottesdienste #5

Merged
walamana merged 2 commits from feat/update-gottesdienste into main 2025-03-21 21:30:36 +01:00
2 changed files with 7 additions and 5 deletions
Showing only changes of commit 4d92b911b7 - Show all commits

View File

@ -5,9 +5,9 @@ val logback_version: String by project
val exposed_version: String by project val exposed_version: String by project
val h2_version: String by project val h2_version: String by project
plugins { plugins {
kotlin("jvm") version "1.9.0" kotlin("jvm") version "2.1.20"
id("io.ktor.plugin") version "2.3.3" id("io.ktor.plugin") version "3.1.1"
kotlin("plugin.serialization") version "1.9.0" kotlin("plugin.serialization") version "2.1.20"
id("com.palantir.docker") version "0.35.0" id("com.palantir.docker") version "0.35.0"
} }
@ -45,7 +45,7 @@ dependencies {
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1") implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("at.favre.lib:bcrypt:0.10.2") implementation("at.favre.lib:bcrypt:0.10.2")
testImplementation("io.ktor:ktor-server-tests-jvm") testImplementation("io.ktor:ktor-server-test-host")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
} }

View File

@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists