Skip to content

Commit

Permalink
Fix Jacoco for Java 17 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Jan 30, 2024
1 parent 37a928c commit d6a53ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.9"
id("com.bakdata.sonatype") version "1.1.9"
id("com.bakdata.sonar") version "1.1.11"
id("com.bakdata.sonatype") version "1.1.11"
id("org.hildan.github.changelog") version "1.12.1"
id("io.freefair.lombok") version "6.6.1"
id("io.freefair.lombok") version "6.6.3"
}

allprojects {
Expand Down

0 comments on commit d6a53ae

Please sign in to comment.