5 lines
62 B
Groovy
5 lines
62 B
Groovy
|
apply plugin: 'spring-boot'
|
||
|
|
||
|
sonarqube {
|
||
|
skipProject = true
|
||
|
}
|