Skip to content

Commit

Permalink
Merge pull request #274 from RADAR-base/fix/www-authenticate-issue
Browse files Browse the repository at this point in the history
Bump radar-jersey to SNAPSHOT version
  • Loading branch information
Bdegraaf1234 authored Jul 9, 2024
2 parents c673e99 + 3fb280b commit d300427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
}

repositories {
mavenCentral()
}

tasks.withType<JavaCompile> {
sourceCompatibility = "17"
targetCompatibility = "17"
}

tasks.withType<KotlinCompile> {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
}
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {
const val kotlin = "1.9.23"

const val radarCommons = "1.1.2"
const val radarJersey = "0.11.1"
const val radarJersey = "0.11.2-SNAPSHOT"
const val postgresql = "42.6.1"
const val ktor = "2.3.11"
const val jedis = "5.1.3"
Expand Down

0 comments on commit d300427

Please sign in to comment.