|
@@ -43,7 +43,7 @@ dependencies {
|
|
// Adding dependencies here will add the dependencies to each subproject.
|
|
// Adding dependencies here will add the dependencies to each subproject.
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation 'org.mockito:mockito-core:3.12.4'
|
|
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
|
|
// Uncomment if you want to see the status of every test that is run and
|
|
@@ -185,7 +185,7 @@ publishing {
|
|
}
|
|
}
|
|
|
|
|
|
publishToMavenLocal.doLast {
|
|
publishToMavenLocal.doLast {
|
|
- println 'published ' + project.getName() + "-${jmeFullVersion} to mavenLocal"
|
|
|
|
|
|
+ println 'published ' + project.getName() + "-${jmeFullVersion} to mavenLocal"
|
|
}
|
|
}
|
|
task('install') {
|
|
task('install') {
|
|
dependsOn 'publishToMavenLocal'
|
|
dependsOn 'publishToMavenLocal'
|