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
The source+dependencies analysis mode doesn't recognize Gradle build files, so it's not able to retrieve the required dependencies. Even though the usage of Gradle is not as widespread as Maven's, it would be good to cover this use case as well. A way to approach it could be to transform the Gradle build file into a POM, and use the logic we already have from there. The Maven Publish Plugin from Gradle seems to be able to do this as explained here.
The text was updated successfully, but these errors were encountered:
@pranavgaikwad@jmle is this something that the new analyzer allows? I imagine the Java Language Server is compatible with Gradle build files, is there a way to test this?
@rromannissenaccording to the feature list the JDT LS supports Gradle projects, but we would need to implement support for dependency search and so on in case the project uses gradle.
The source+dependencies analysis mode doesn't recognize Gradle build files, so it's not able to retrieve the required dependencies. Even though the usage of Gradle is not as widespread as Maven's, it would be good to cover this use case as well. A way to approach it could be to transform the Gradle build file into a POM, and use the logic we already have from there. The Maven Publish Plugin from Gradle seems to be able to do this as explained here.
The text was updated successfully, but these errors were encountered: