Skip to content

Commit

Permalink
common.gradle: update Groovy to v3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 17, 2023
1 parent c46895e commit c846746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// Adding dependencies here will add the dependencies to each subproject.
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.17'
testImplementation 'org.codehaus.groovy:groovy-test:3.0.19'
}

// Uncomment if you want to see the status of every test that is run and
Expand Down Expand Up @@ -185,7 +185,7 @@ publishing {
}

publishToMavenLocal.doLast {
println 'published ' + project.getName() + "-${jmeFullVersion} to mavenLocal"
println 'published ' + project.getName() + "-${jmeFullVersion} to mavenLocal"
}
task('install') {
dependsOn 'publishToMavenLocal'
Expand Down

0 comments on commit c846746

Please sign in to comment.