File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com .github.johnrengelman .shadow" )
2
+ id(" io .github.goooler .shadow" )
3
3
}
4
4
5
5
description = " Allure Java Commons"
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com .github.johnrengelman .shadow" )
2
+ id(" io .github.goooler .shadow" )
3
3
}
4
4
5
5
description = " Allure Test Filter"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ configure(libs) {
144
144
145
145
dependencyManagement {
146
146
imports {
147
- mavenBom(" com.fasterxml.jackson:jackson-bom:2.14.1 " )
147
+ mavenBom(" com.fasterxml.jackson:jackson-bom:2.17.2 " )
148
148
mavenBom(" org.junit:junit-bom:5.10.3" )
149
149
}
150
150
dependencies {
@@ -193,6 +193,7 @@ configure(libs) {
193
193
194
194
tasks {
195
195
compileJava {
196
+ options.compilerArgs.add(" -Xlint:-options" )
196
197
if (JavaVersion .current().isJava8) {
197
198
java.targetCompatibility = JavaVersion .VERSION_1_8
198
199
} else {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pluginManagement {
48
48
}
49
49
plugins {
50
50
id(" com.diffplug.spotless" ) version " 6.25.0"
51
- id(" com .github.johnrengelman .shadow" ) version " 8.1.1 "
51
+ id(" io .github.goooler .shadow" ) version " 8.1.8 "
52
52
id(" com.gradle.enterprise" ) version " 3.17.5"
53
53
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
54
54
id(" io.qameta.allure-adapter" ) version " 2.11.2"
You can’t perform that action at this time.
0 commit comments