issues
search
gjd6640
/
sonar-text-plugin
A free and open-source plugin for SonarSource's Sonarqube product that lets you create rules to flag issues in text files.
Apache License 2.0
23
stars
4
forks
source link
Fix for the Java 11 compile -> Java 8 runtime API issue
#18
Closed
gjd6640
closed
3 years ago
gjd6640
commented
3 years ago
Now using a maven-compiler-plugin that honors "maven.compiler.release" to address the Java 11 compile -> Java 8 runtime API issue.
Adjusted the name of the plugin's default sonar quality profile.
Adjusted the sensor's descriptor so that when gets printed by the scanner fits that usage context.