This is an automated email from the ASF dual-hosted git repository.
tiagobento 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 ce96c7be865 kie-issue#3636: Build is failing for
vscode-java-code-completion-extension-plugin (#3651)
ce96c7be865 is described below
commit ce96c7be865bbaf26298b5c504dcf30171fe0972
Author: Yeser Amer <[email protected]>
AuthorDate: Thu Jul 9 01:25:50 2026 +0200
kie-issue#3636: Build is failing for
vscode-java-code-completion-extension-plugin (#3651)
---
packages/vscode-java-code-completion-extension-plugin/pom.xml | 3 +--
1 file changed, 1 insertion(+), 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 a037fb7e938..bd63b8ee9f0 100644
--- a/packages/vscode-java-code-completion-extension-plugin/pom.xml
+++ b/packages/vscode-java-code-completion-extension-plugin/pom.xml
@@ -59,12 +59,11 @@
<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://kubesmarts.github.io/jdtls-repository-custom/1.43.0</url>
+
<url>https://download.eclipse.org/jdtls/milestones/1.43.0/repository</url>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]