We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b49b1 commit ca61b7fCopy full SHA for ca61b7f
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "se.bjurr.gradle.bundle-jar" version "1.+"
+ id "se.bjurr.gradle.bundle-jar-shadow" version "1.+"
3
id "org.jsonschema2pojo" version "1.2.2" apply false
4
}
5
@@ -51,14 +51,11 @@ allprojects {
51
52
53
54
-
55
project(":violations-lib") {
56
- apply plugin: "se.bjurr.gradle.shadow"
57
58
dependencies {
59
- api project(":violations-lib-sarif")
60
- api project(":violations-lib-coverty")
61
- api "com.google.code.gson:gson:2.13.2"
+ implementation project(":violations-lib-sarif")
+ implementation project(":violations-lib-coverty")
+ implementation "com.google.code.gson:gson:2.13.2"
62
implementation "org.owasp.encoder:encoder:1.3.1"
63
64
testImplementation 'junit:junit:4.13.2'
0 commit comments