Skip to content

Commit

Permalink
Merge pull request #275 from RADAR-base/release-4.4.3
Browse files Browse the repository at this point in the history
Release 4.4.3
  • Loading branch information
Bdegraaf1234 authored Aug 8, 2024
2 parents 0fd5b42 + c7e9387 commit 975531c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 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)
}
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "4.4.2"
const val project = "4.4.3"

const val java = 17

const val kotlin = "1.9.23"

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

0 comments on commit 975531c

Please sign in to comment.