You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the vscode gradle extension directly works fine, same is the case when using gradle via the java project manager (via command pallette). When picking the Quarkus option via the java project manager of using the Quarkus plugin directly, the java project manager is also failing to detect the project and I am seeing similar exceptions in the logs (see below). The generated code with Quarkus runs fine using ./gradlew quarkusDev.
The text was updated successfully, but these errors were encountered:
ndlarsen
changed the title
vscode-java-dependency / Java project manager is unable to detect Spring Boot project generated via vscode-spring-initializr
vscode-java-dependency / Java project manager is unable to detect Spring Boot project generated via vscode-spring-initializr or quarkus
Apr 21, 2024
Java project manager is unable to detect Spring Boot project generated via vscode-spring-initializr or quarkus.
STR:
Java: Create Java Project
Spring Boot
Gradle project
3.2.5
Java
dk.ndlarsen
todo-api
jar
21
Spring Boot DevTools
Spring Web
todo-api
-> pickgenerate into this folder
error.log
output.txt
todo-api.zip
UPDATE:
Using the vscode gradle extension directly works fine, same is the case when using gradle via the java project manager (via command pallette). When picking the Quarkus option via the java project manager of using the Quarkus plugin directly, the java project manager is also failing to detect the project and I am seeing similar exceptions in the logs (see below). The generated code with Quarkus runs fine using
./gradlew quarkusDev
.I can, however, wget the the resource just fine
The text was updated successfully, but these errors were encountered: