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
  1. Now using a maven-compiler-plugin that honors "maven.compiler.release" to address the Java 11 compile -> Java 8 runtime API issue.
  2. Adjusted the name of the plugin's default sonar quality profile.
  3. Adjusted the sensor's descriptor so that when gets printed by the scanner fits that usage context.