This is an automated email from the ASF dual-hosted git repository.
yesamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 4ec13261c5a kie-issue#3636: Build is failing for
vscode-java-code-completion-extension-plugin (#3637)
4ec13261c5a is described below
commit 4ec13261c5a00ee33f2629f8fcbb20aba859c668
Author: Kusuma04-dev <[email protected]>
AuthorDate: Wed Jul 1 13:15:09 2026 +0530
kie-issue#3636: Build is failing for
vscode-java-code-completion-extension-plugin (#3637)
Co-authored-by: Kusuma <[email protected]>
---
packages/vscode-java-code-completion-extension-plugin/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/vscode-java-code-completion-extension-plugin/pom.xml
b/packages/vscode-java-code-completion-extension-plugin/pom.xml
index 556d9da65fa..a037fb7e938 100644
--- a/packages/vscode-java-code-completion-extension-plugin/pom.xml
+++ b/packages/vscode-java-code-completion-extension-plugin/pom.xml
@@ -59,12 +59,12 @@
<jacoco.destFile>${project.build.directory}/jacoco.exec</jacoco.destFile>
<sonar.jacoco.reportPath>${jacoco.destFile}</sonar.jacoco.reportPath>
</properties>
-
+ <!--TODO : Added workaround for jdtls 1.43.0 and it needs to be modified
once eclipse fixes the issue -->
<repositories>
<repository>
<id>jdt.ls.p2</id>
<layout>p2</layout>
-
<url>https://download.eclipse.org/jdtls/milestones/1.43.0/repository</url>
+ <url>https://kubesmarts.github.io/jdtls-repository-custom/1.43.0</url>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]