File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" com .github.johnrengelman .shadow" )
2+ id(" io .github.goooler .shadow" )
33}
44
55description = " Allure Java Commons"
Original file line number Diff line number Diff line change 11plugins {
2- id(" com .github.johnrengelman .shadow" )
2+ id(" io .github.goooler .shadow" )
33}
44
55description = " Allure Test Filter"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ configure(libs) {
144144
145145 dependencyManagement {
146146 imports {
147- mavenBom(" com.fasterxml.jackson:jackson-bom:2.14.1 " )
147+ mavenBom(" com.fasterxml.jackson:jackson-bom:2.17.2 " )
148148 mavenBom(" org.junit:junit-bom:5.10.3" )
149149 }
150150 dependencies {
@@ -193,6 +193,7 @@ configure(libs) {
193193
194194 tasks {
195195 compileJava {
196+ options.compilerArgs.add(" -Xlint:-options" )
196197 if (JavaVersion .current().isJava8) {
197198 java.targetCompatibility = JavaVersion .VERSION_1_8
198199 } else {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pluginManagement {
4848 }
4949 plugins {
5050 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 "
5252 id(" com.gradle.enterprise" ) version " 3.17.5"
5353 id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
5454 id(" io.qameta.allure-adapter" ) version " 2.11.2"
You can’t perform that action at this time.
0 commit comments