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 3c3fe02 commit dc2d9b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id("com.bakdata.sonar") version "1.1.17"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "1.13.1"
id("org.gradle.kotlin.kotlin-dsl") version "1.4.9" apply false
id("com.gradle.plugin-publish") version "1.2.1" apply false
}

Expand Down
5 changes: 2 additions & 3 deletions sonar/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
plugins {
kotlin("jvm") version "1.4.20"
kotlin("jvm")
id("org.jetbrains.dokka") version "1.9.10"
}
apply(plugin = "org.gradle.kotlin.kotlin-dsl")

description = "Configures sonar for multi project setups for all jvm languages"

dependencies {
implementation(gradleApi())
implementation(gradleKotlinDsl())
implementation( "org.sonarsource.scanner.gradle", "sonarqube-gradle-plugin", "4.4.1.3373")
}

Expand Down
5 changes: 2 additions & 3 deletions sonatype/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
plugins {
kotlin("jvm") version "1.4.20"
kotlin("jvm")
id("org.jetbrains.dokka") version "1.9.10"
}
apply(plugin = "org.gradle.kotlin.kotlin-dsl")

description = "Sets up nexusPublish and closeAndReleaseRepository tasks to push to sonatype (and later synced to central)"

dependencies {
implementation(gradleApi())
implementation(gradleKotlinDsl())
implementation("au.com.console:kassava:1.0.0")
implementation("io.codearte.gradle.nexus", "gradle-nexus-staging-plugin", "0.30.0")
implementation("de.marcphilipp.gradle", "nexus-publish-plugin", "0.4.0")
Expand Down

0 comments on commit dc2d9b9

Please sign in to comment.