File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ dependencies {
1818 compile ' info.cukes:cucumber-junit:1.2.5'
1919
2020 testCompile ' junit:junit:4.12'
21-
22-
2321}
2422
2523test. doFirst {
@@ -30,13 +28,3 @@ test {
3028 systemProperty ' allure.model.indentOutput' , true
3129 systemProperty ' allure.results.directory' , ' build/allure-results'
3230}
33-
34-
35- task spiOffJar (type : Jar , dependsOn : classes) {
36- classifier = ' spi-off'
37- from sourceSets. main. allJava
38- }
39-
40- artifacts {
41- archives spiOffJar
42- }
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ tasks.withType(JavaExec) {
5252
5353task spiOffJar (type : Jar , dependsOn : classes) {
5454 classifier = ' spi-off'
55- from sourceSets. main. allJava
55+ from sourceSets. main. output
5656}
5757
5858artifacts {
Original file line number Diff line number Diff line change 4747
4848task spiOffJar (type : Jar , dependsOn : classes) {
4949 classifier = ' spi-off'
50- from sourceSets. main. allJava
50+ from sourceSets. main. output
5151}
5252
5353artifacts {
You can’t perform that action at this time.
0 commit comments