File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ plugins {
1818 id " org.sonarqube" version " 3.3"
1919}
2020
21- dependencies {
22- compileOnly ' net.jcip:jcip-annotations:1.0'
23- compileOnly ' com.github.spotbugs:spotbugs-annotations:4.5.1'
24- testCompileOnly ' net.jcip:jcip-annotations:1.0'
25- testCompileOnly ' com.github.spotbugs:spotbugs-annotations:4.5.1'
26- }
27-
2821java {
2922 modularity. inferModulePath = true
3023}
Original file line number Diff line number Diff line change @@ -11,4 +11,9 @@ dependencies {
1111
1212 implementation ' com.google.code.gson:gson:2.8.9'
1313 api ' com.azure:azure-core:1.24.0'
14+
15+ compileOnly ' net.jcip:jcip-annotations:1.0'
16+ compileOnly ' com.github.spotbugs:spotbugs-annotations:4.5.1'
17+ testCompileOnly ' net.jcip:jcip-annotations:1.0'
18+ testCompileOnly ' com.github.spotbugs:spotbugs-annotations:4.5.1'
1419}
You can’t perform that action at this time.
0 commit comments