Skip to content

Commit

Permalink
Update plugins (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Feb 15, 2024
1 parent c150411 commit f384dda
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
// release
id("net.researchgate.release") version "2.6.0"
// eat your own dog food - apply the plugins to this plugin project
id("com.bakdata.sonar") version "1.1.7"
id("com.bakdata.sonatype") version "1.1.7"
id("com.bakdata.sonar") version "1.1.14"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "0.8.0"
}

Expand Down Expand Up @@ -97,7 +97,3 @@ if (!version.toString().endsWith("-SNAPSHOT")) {

val sonarqube by tasks
sonarqube.enabled = false //FIXME requires Java 17

tasks.named("closeRepository") {
mustRunAfter("publishToNexus")
}

0 comments on commit f384dda

Please sign in to comment.