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 22, 2024
1 parent 68c2b97 commit 5b2a6fb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
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.17"
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

0 comments on commit 5b2a6fb

Please sign in to comment.