We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6706512 commit 0ae41ffCopy full SHA for 0ae41ff
buildSrc/src/main/java/s101/S101Configurer.java
@@ -161,7 +161,7 @@ private boolean deleteDirectory(File directoryToBeDeleted) {
161
}
162
163
private String installBuildTool(File installationDirectory, File configurationDirectory) {
164
- String source = "https://structure101.com/binaries/19159";
+ String source = "https://structure101.com/binaries/v6";
165
try (final WebClient webClient = new WebClient()) {
166
HtmlPage page = webClient.getPage(source);
167
Matcher matcher = null;
0 commit comments