Skip to content

Commit

Permalink
clean added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Sep 15, 2023
1 parent 23b3034 commit 4724d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ tasks.withType<Test> {
exclude("**/*NRIT*")
finalizedBy("jacocoTestReport")
}
tasks.jacocoTestReport { reports {csv.required.set(true) } }

jib {
val amd64 = com.google.cloud.tools.jib.gradle.PlatformParameters(); amd64.os = "linux"; amd64.architecture = "amd64"; val arm64 = com.google.cloud.tools.jib.gradle.PlatformParameters(); arm64.os = "linux"; arm64.architecture = "arm64"
Expand Down

0 comments on commit 4724d03

Please sign in to comment.