Skip to content

Commit

Permalink
312 Migrate remaining Groovy-based reporters to Java
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 21, 2024
1 parent 8623889 commit 5ca72d1
Show file tree
Hide file tree
Showing 17 changed files with 958 additions and 1,042 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ configure(subprojects) {
description "${rootProject.description} - Module ${project.name}"

dependencies {
implementation platform(libs.groovy.bom)
implementation 'org.codehaus.groovy:groovy'

testImplementation platform(libs.spock)
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
Expand Down Expand Up @@ -89,10 +86,6 @@ configure(subprojects) {
jacocoTestReport {
dependsOn check // tests are required to run before generating the report
}

// The CodeNarc plugin performs quality checks on your project’s
// Groovy source files using CodeNarc and generates reports from these checks.
// apply plugin: 'codenarc'
}

tasks.register("integrationTestOnly") {
Expand Down
3 changes: 2 additions & 1 deletion htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies {
testCompileOnly libs.lombok
testAnnotationProcessor libs.lombok

implementation 'org.codehaus.groovy:groovy-xml'
testImplementation platform(libs.groovy.bom)
testImplementation 'org.codehaus.groovy:groovy-xml'
}

publishing {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5ca72d1

Please sign in to comment.