This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
2222
2323plugins {
2424 id " org.springframework.boot" version " $LIB_SPRING_BOOT_VER " apply false
25- id " org.sonarqube" version " 3.2.0 "
25+ id " org.sonarqube" version " $P LUGIN_SONARQUBE_VER "
2626 id " jacoco"
27- id ' io.codearte.nexus-staging' version ' 0.30.0 '
28- id ' com.github.sherter.google-java-format' version ' 0.9 ' apply false
27+ id ' io.codearte.nexus-staging' version " $P LUGIN_NEXUS_STAGING_VER "
28+ id ' com.github.sherter.google-java-format' version " $P LUGIN_GOOGLE_JAVA_FORMAT_VER " apply false
2929}
3030
3131sonarqube {
@@ -92,7 +92,7 @@ subprojects {
9292 }
9393
9494 jacoco {
95- toolVersion = " 0.8.7-SNAPSHOT "
95+ toolVersion = " $P LUGIN_JACOCO_VER "
9696 }
9797
9898 jacocoTestReport {
Original file line number Diff line number Diff line change @@ -40,5 +40,10 @@ LIB_GRAPHQL_ANNOTATIONS_VER=8.3
4040LIB_REFLECTIONS_VER =0.9.11
4141LIB_APACHE_COMMONS_TEXT =1.9
4242LIB_JSOUP_VER =1.13.1
43+ # ## Plugins
44+ PLUGIN_JACOCO_VER =0.8.7-SNAPSHOT
45+ PLUGIN_SONARQUBE_VER =3.2.0
46+ PLUGIN_NEXUS_STAGING_VER =0.30.0
47+ PLUGIN_GOOGLE_JAVA_FORMAT_VER =0.9
4348# ##
4449org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments