Skip to content

Commit ca61b7f

Browse files
committed
chore: fix build script
1 parent 42b49b1 commit ca61b7f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "se.bjurr.gradle.bundle-jar" version "1.+"
2+
id "se.bjurr.gradle.bundle-jar-shadow" version "1.+"
33
id "org.jsonschema2pojo" version "1.2.2" apply false
44
}
55

@@ -51,14 +51,11 @@ allprojects {
5151
}
5252
}
5353

54-
5554
project(":violations-lib") {
56-
apply plugin: "se.bjurr.gradle.shadow"
57-
5855
dependencies {
59-
api project(":violations-lib-sarif")
60-
api project(":violations-lib-coverty")
61-
api "com.google.code.gson:gson:2.13.2"
56+
implementation project(":violations-lib-sarif")
57+
implementation project(":violations-lib-coverty")
58+
implementation "com.google.code.gson:gson:2.13.2"
6259
implementation "org.owasp.encoder:encoder:1.3.1"
6360

6461
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)