Commit 45312560 authored by Skylot's avatar Skylot

add sonar code checking

parent 662ebb64
ext.jadxVersion = file('version').readLines().get(0)
apply plugin: 'sonar-runner'
subprojects {
apply plugin: 'java'
apply plugin: 'idea'
......
......@@ -13,6 +13,10 @@ compileJava {
options.compilerArgs << '-g:none'
}
sonarRunner {
skipProject = true
}
task samplesRun(type: JavaExec, dependsOn: compileJava) {
classpath = sourceSets.main.output
main = mainSamplesClass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment