Skip to content

Commit a7c9f58

Browse files
committed
chore: build script
1 parent 386f65c commit a7c9f58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

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

66
allprojects {
7-
sourceCompatibility = 11
8-
targetCompatibility = 11
7+
javaExtension {
8+
javaVersion = 11
9+
}
910

1011
staticCodeAnalysisExtension {
1112
maxViolations.set(0)

0 commit comments

Comments
 (0)