useJUnitPlatform
This commit is contained in:
parent
1047e09fee
commit
8652f01269
|
|
@ -69,6 +69,9 @@ public abstract class AbstractSpringJavaPlugin implements Plugin<Project> {
|
||||||
manifest.attributes["Implementation-Version"] = project.version
|
manifest.attributes["Implementation-Version"] = project.version
|
||||||
manifest.attributes["Automatic-Module-Name"] = project.name.replace('-', '.')
|
manifest.attributes["Automatic-Module-Name"] = project.name.replace('-', '.')
|
||||||
}
|
}
|
||||||
|
project.test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
}
|
||||||
additionalPlugins(project);
|
additionalPlugins(project);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue