Skip to content

Experimental sample for Sonarqube integration with Nokee plugins

License

Notifications You must be signed in to change notification settings

nokeedev/nokee-samples-sonarqube

Repository files navigation

Sonarqube Demonstration for Gradle Native

The implementation support every native implementation, e.g. Nokee and Gradle core native (current/software model). It relies the AbstractNativeCompileTask task which is shared between all implementations.

How to use?

Execute your build normally with the sonarqube task: ./gradlew build sonarqube

How it works?

The plugin extract the information from the compile tasks present in the task graph and create a build-wrapper-dump.json per project. The root project merge all build-wrapper-dump.json files which is then passed to the SonarQubeTask. The task comes from the org.sonarqube plugin directly.

About

Experimental sample for Sonarqube integration with Nokee plugins

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published