File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
smoke-tests/images/servlet Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -338,13 +338,7 @@ fun configureImage(
338338
339339 if (server == " wildfly" ) {
340340 // wildfly url without .zip or .tar.gz suffix
341- val majorVersion = version.substring(0 , version.indexOf(" ." )).toInt()
342- val serverBaseUrl = if (majorVersion >= 25 ) {
343- " https://github.com/wildfly/wildfly/releases/download/$version /wildfly-$version "
344- } else {
345- " https://download.jboss.org/wildfly/$version /wildfly-$version "
346- }
347- extraArgs[" baseDownloadUrl" ] = serverBaseUrl
341+ extraArgs[" baseDownloadUrl" ] = " https://repo1.maven.org/maven2/org/wildfly/wildfly-dist/$version /wildfly-dist-$version "
348342 } else if (server == " payara" ) {
349343 if (version == " 5.2020.6" ) {
350344 extraArgs[" domainName" ] = " production"
You can’t perform that action at this time.
0 commit comments