1
0
şunun yansıması https://github.com/SonarSource/sonarqube.git eşitlendi 2024-08-30 17:55:19 +02:00
sonarqube/sonar-shutdowner/build.gradle
Duarte Meneses e4c5ada51d Clean deps
2019-07-17 20:21:13 +02:00

22 satır
368 B
Groovy

sonarqube {
properties {
property 'sonar.projectName', "${projectTitle} :: Shutdowner"
}
}
dependencies {
// please keep list ordered
compileOnly 'com.google.code.findbugs:jsr305'
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'
}
jar {
manifest {
attributes(
'Main-Class': 'org.sonar.application.Shutdowner'
)
}
}