Skip to content

Commit 0f60e45

Browse files
authored
Update Bazel Eclipse URL to new repository (#54)
Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
1 parent 4e422b1 commit 0f60e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode/scripts/server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { downloadFile, getScriptDir, handleError, setupMainExecution } from './u
1414
const dirname = getScriptDir();
1515

1616
const serverDir = path.join(dirname, '..', '..');
17-
const BAZEL_ECLIPSE_LATEST_URL = 'https://opensource.salesforce.com/bazel-eclipse/latest/p2-repository.zip';
17+
const BAZEL_ECLIPSE_LATEST_URL = 'https://eclipseguru.github.io/bazel-eclipse/latest/p2-repository.zip';
1818

1919
// a little helper to drop OSGi versions from bundle jar file name
2020
const JAR_VERSION_SUFFIX = /_\d+\.\d+\.\d+(\.[^\.]+)?\.jar/;

0 commit comments

Comments
 (0)