@@ -17,10 +17,10 @@ object HelloGroovyTests extends TestSuite {
1717
1818 object HelloGroovy extends TestRootModule {
1919
20- trait GroovyVersionCross extends GroovyModule with Cross .Module [String ]{
20+ trait GroovyVersionCross extends GroovyModule with Cross .Module [String ] {
2121 override def groovyVersion : Task .Simple [String ] = crossValue
2222 }
23-
23+
2424 lazy val millDiscover = Discover [this .type ]
2525
2626 // needed for a special test where only the tests are written in Groovy while appcode remains Java
@@ -44,7 +44,7 @@ object HelloGroovyTests extends TestSuite {
4444 */
4545 object spock extends GroovyModule {
4646 override def groovyVersion : T [String ] = groovy4Version
47-
47+
4848 object tests extends GroovyTests with TestModule .Spock {
4949 override def jupiterVersion : T [String ] = junit5Version
5050 override def spockVersion : T [String ] = spockGroovy4Version
@@ -102,7 +102,7 @@ object HelloGroovyTests extends TestSuite {
102102 override def junitPlatformVersion = " 1.13.4"
103103 }
104104 }
105- object main extends Cross [Test ](groovyVersions)
105+ object main extends Cross [Test ](groovyVersions)
106106 }
107107
108108 val resourcePath = os.Path (sys.env(" MILL_TEST_RESOURCE_DIR" )) / " hello-groovy"
@@ -122,7 +122,7 @@ object HelloGroovyTests extends TestSuite {
122122 test(" running a Groovy script" ) {
123123 testEval().scoped { eval =>
124124 main.crossModules.foreach(m => {
125- val Right (_) = eval.apply(m.script.run()): @ unchecked
125+ val Right (_) = eval.apply(m.script.run()): @ unchecked
126126 })
127127 }
128128 }
0 commit comments