We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386f65c commit a7c9f58Copy full SHA for a7c9f58
build.gradle
@@ -1,11 +1,12 @@
1
plugins {
2
- id "se.bjurr.gradle.bundle-jar-shadow" version "1.1.1"
+ id "se.bjurr.gradle.bundle-jar-shadow" version "1.3.0"
3
id "org.jsonschema2pojo" version "1.2.2" apply false
4
}
5
6
allprojects {
7
- sourceCompatibility = 11
8
- targetCompatibility = 11
+ javaExtension {
+ javaVersion = 11
9
+ }
10
11
staticCodeAnalysisExtension {
12
maxViolations.set(0)
0 commit comments