Skip to content

Commit

Permalink
Upgrade to Gradle 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 21, 2024
1 parent b619a42 commit 68c2b97
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
buildscript {
repositories {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
dependencies {
classpath("com.bakdata.gradle:sonar:1.1.17-SNAPSHOT")
}
}

plugins {
// release
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.16"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "2.2.0"
id("io.freefair.lombok") version "8.4" apply false
}

apply(plugin = "com.bakdata.sonar")

allprojects {
group = "com.bakdata.${rootProject.name}"

Expand Down Expand Up @@ -51,7 +63,7 @@ configure<org.hildan.github.changelog.plugin.GitHubChangelogExtension> {
subprojects {
apply(plugin = "java-library")
apply(plugin = "io.freefair.lombok")
java {
configure<JavaPluginExtension> {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
Expand Down

0 comments on commit 68c2b97

Please sign in to comment.