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 Mar 11, 2024
1 parent 1d96da1 commit 9e61380
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
buildscript {
repositories {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
dependencies {
classpath("com.bakdata.gradle:sonatype:1.3.2-SNAPSHOT")
}
}

plugins {
// release
id("com.bakdata.release") version "1.3.0"
id("com.bakdata.sonar") version "1.1.17"
id("com.bakdata.sonatype") version "1.3.2"
id("org.gradle.kotlin.kotlin-dsl") version "4.1.2" apply false
id("com.gradle.plugin-publish") version "1.2.1" apply false
}
apply(plugin = "com.bakdata.sonatype")

allprojects {
repositories {
Expand Down

0 comments on commit 9e61380

Please sign in to comment.