Skip to content

Commit 78123f1

Browse files
[autofix.ci] apply automated fixes
1 parent 851f667 commit 78123f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/groovylib/src/mill/groovylib/JavaMavenModuleWithGroovyTests.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import mill.javalib.{JavaModule, MavenModule}
55

66
/**
77
* Convenience trait for projects using Java for production and Groovy for tests in a Maven setup.
8-
*
8+
*
99
* Since [[GroovyModule.GroovyTests]] is only available as a child-trait, it is necessary to have
10-
* the main module as a [[GroovyModule]], which would implicitly add Groovy dependencies to the
10+
* the main module as a [[GroovyModule]], which would implicitly add Groovy dependencies to the
1111
* module.
1212
* This trait explicitly uses Java with a Maven layout for the main module and enables `src/test/groovy`
1313
* as a source folder for Groovy tests.
14-
*
14+
*
1515
* {{{
1616
* object `package` extends JavaMavenModuleWithGroovyTests {
1717
*
@@ -21,7 +21,7 @@ import mill.javalib.{JavaModule, MavenModule}
2121
* }
2222
* }
2323
* }}}
24-
*
24+
*
2525
* Note: for non-Maven layouts this is not necessary, since the test module can just be a [[GroovyModule]].
2626
*/
2727
@mill.api.experimental

0 commit comments

Comments
 (0)