Skip to content

Commit 0ae41ff

Browse files
committed
Update Structure101 binaries link
Closes gh-10697
1 parent 6706512 commit 0ae41ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/s101/S101Configurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private boolean deleteDirectory(File directoryToBeDeleted) {
161161
}
162162

163163
private String installBuildTool(File installationDirectory, File configurationDirectory) {
164-
String source = "https://structure101.com/binaries/19159";
164+
String source = "https://structure101.com/binaries/v6";
165165
try (final WebClient webClient = new WebClient()) {
166166
HtmlPage page = webClient.getPage(source);
167167
Matcher matcher = null;

0 commit comments

Comments
 (0)