Currently using the project as a maven dependency produces a warning that the pom for lsp4j cannot be found.
[WARNING] The POM for org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null is missing, no dependency information available
Would it be okay to set the version here in order to resolve this? I've set it to the latest version as ./gradlew build seems to resolve it to this one, but I'm not sure if this is correct.
Currently using the project as a maven dependency produces a warning that the pom for lsp4j cannot be found.
[WARNING] The POM for org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null is missing, no dependency information available
Would it be okay to set the version here in order to resolve this? I've set it to the latest version as ./gradlew build seems to resolve it to this one, but I'm not sure if this is correct.