Skip to content

Commit

Permalink
Update jakarta.jdt artifact URL (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bowersox <m.bowersox@ibm.com>
  • Loading branch information
mattbsox authored Dec 15, 2022
1 parent f22d181 commit 06e59f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const jakartaGroupIdString = "&g=" + jakartaGroupId;
const jakartaVersionString = "&v=" + jakartaVersion;
const jakartaClassifierString = "&c=jar-with-dependencies";

const jakartaJDTURL = eclipseRepoURL + jakartaReleaseLevelString + jakartaGroupIdString + "&a=org.eclipse.lsp4jakarta.jdt.core" + jakartaVersionString;
// const jakartaJDTURL = eclipseRepoURL + jakartaReleaseLevelString + jakartaGroupIdString + "&a=org.eclipse.lsp4jakarta.jdt.core" + jakartaVersionString;
const jakartaJDTURL = "https://download.eclipse.org/lsp4jakarta/releases/0.1.0/repository/plugins/org.eclipse.lsp4jakarta.jdt.core_0.1.0.20221213-2246.jar";
const jakartaLSURL = eclipseRepoURL + jakartaReleaseLevelString + jakartaGroupIdString + "&a=org.eclipse.lsp4jakarta.ls" + jakartaClassifierString + jakartaVersionString;

gulp.task("downloadLSP4JakartaJars", (done) => {
Expand Down

0 comments on commit 06e59f9

Please sign in to comment.