Skip to content

Commit 4e70b91

Browse files
committed
Add failOnAutomaticModules.set(true) to tests.
1 parent ecf62d5 commit 4e70b91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/groovy/org/mvplugins/gradle/jpms/SpigotModuleInfoTest.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class SpigotModuleInfoTest extends Specification {
3939
dependencies {
4040
implementation 'org.spigotmc:spigot-api:${spigotVersion}'
4141
}
42+
43+
extraJavaModuleInfo {
44+
failOnAutomaticModules.set(true)
45+
}
4246
"""
4347
}
4448

0 commit comments

Comments
 (0)