We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca9d34 commit 79dff05Copy full SHA for 79dff05
build.gradle
@@ -19,6 +19,8 @@ subprojects {
19
apply plugin: 'idea'
20
apply plugin: 'java'
21
apply plugin: 'java-library'
22
+ apply plugin: 'jacoco'
23
+ apply plugin: 'org.sonarqube'
24
apply plugin: 'maven-publish'
25
apply plugin: "com.jfrog.bintray"
26
apply plugin: "io.spring.dependency-management"
0 commit comments