mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-02 11:26:12 +01:00
useJUnitPlatform
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user