Skip to content

Commit

Permalink
Revert "Added jacoco plugin"
Browse files Browse the repository at this point in the history
This reverts commit 038f163.
  • Loading branch information
fulminazzo committed Dec 22, 2024
1 parent 9c83157 commit c080d28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.groovy)
alias(libs.plugins.jacoco)
alias(libs.plugins.delombok)
}

Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ logger = [ "slf4j", "logback" ]

[plugins]
groovy = { id = "groovy" }
jacoco = { id = "jacoco-report-aggregation" }
delombok = { id = "io.freefair.lombok", version.ref = "delombok" }

0 comments on commit c080d28

Please sign in to comment.