Skip to content

Commit

Permalink
Fix Jacoco for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 30, 2024
1 parent 1c72b08 commit 794cde4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@feature/assess-code
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.40.5
with:
java-version: 17
secrets:
Expand Down
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.10"
id("com.bakdata.sonatype") version "1.1.10"
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.3"
}
Expand Down Expand Up @@ -62,8 +62,4 @@ subprojects {
val log4jVersion: String by project
"testImplementation"(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = log4jVersion)
}

configure<JacocoPluginExtension> {
toolVersion = "0.8.11"
}
}

0 comments on commit 794cde4

Please sign in to comment.