Fix illegal method name for JDK 11.

This commit is contained in:
Olga Maciaszek-Sharma
2020-05-18 17:49:21 +02:00
parent a5b64c6958
commit 1183dd3463

View File

@@ -99,7 +99,7 @@ class AetherStubDownloaderSpec extends Specification {
}
@RestoreSystemProperties
def 'Should return credentials from settings.xml'() {
def 'Should return credentials from settings_xml'() {
given:
File settings = new File(AetherStubDownloaderSpec.getResource("/.m2/settings.xml").getFile())
System.setProperty("org.apache.maven.user-settings", settings.getAbsolutePath())