Browse Source

common.gradle: update Groovy to v3.0.19

Stephen Gold 2 năm trước cách đây
mục cha
commit
c84674654a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      common.gradle

+ 2 - 2
common.gradle

@@ -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'