sonar.java.libraries’ property is empty (where is this file? In the WebUI sonarcloud.io?)
Are there docs on how to configure the data dictionary and where would that happen (where in the SonarCloud config? WebUI??)?
Here is some config file I was able to obtain:
organization=
projectKey=
serverUrl=https://sonarcloud.io
serverVersion=8.0.0.47729
branch=release/Release23R4
dashboardUrl=https://sonarcloud.io/
Your title says analysis isn’t running, but the fact that you have warnings indicates that it did run, just… with warnings.
Surely that’s a typo?
Let’s back up: what’s your build technology for Java? If it’s Maven or Gradle, you should be analyzing with the relevant scanner & your libraries will be automatically provided to analysis from the build environment.
Thanks so much for your reply Ann! I’m new to SonarCloud. Here is more info about the issue…
Your title says analysis isn’t running, but the fact that you have warnings indicates that it did run, just… with warnings.
Surely that’s a typo?
It was a typo. We use Java 11. We use Maven 3.6.1
Let’s back up: what’s your build technology for Java? If it’s Maven or Gradle, you should be analyzing with the relevant scanner & your libraries will be automatically provided to analysis from the build environment.
Our build technology for Java is Maven.
The warning provides a link. Did you consult it?
Yes we have consulted that page. Here’s what it looks like in our config for the pl/sql setting: