mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Update Structure101 binaries link
Closes gh-10697
This commit is contained in:
parent
6706512b3a
commit
0ae41ff873
@ -161,7 +161,7 @@ public class S101Configurer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String installBuildTool(File installationDirectory, File configurationDirectory) {
|
private String installBuildTool(File installationDirectory, File configurationDirectory) {
|
||||||
String source = "https://structure101.com/binaries/19159";
|
String source = "https://structure101.com/binaries/v6";
|
||||||
try (final WebClient webClient = new WebClient()) {
|
try (final WebClient webClient = new WebClient()) {
|
||||||
HtmlPage page = webClient.getPage(source);
|
HtmlPage page = webClient.getPage(source);
|
||||||
Matcher matcher = null;
|
Matcher matcher = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user