Skip to content

Commit ee0728f

Browse files
authored
Merge pull request #66 from CodinGame/update-extension
Update java extension
2 parents ade9021 + eddd113 commit ee0728f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-java-extension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output_directory="`pwd`/extensions/java"
99
build_directory=`mktemp -d`
1010
echo "Downloading extension in $build_directory..."
1111

12-
curl -L --max-redirs 5 https://github.com/redhat-developer/vscode-java/tarball/v1.8.0 | tar -xz -C $build_directory --strip-components=1 redhat-developer-vscode-java-a0ac341
12+
curl -L --max-redirs 5 https://github.com/redhat-developer/vscode-java/tarball/v1.10.0 | tar -xz -C $build_directory --strip-components=1 redhat-developer-vscode-java-226f526
1313
cd $build_directory
1414

1515
echo "Installing dependencies..."

0 commit comments

Comments
 (0)