File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ dependencies {
21
21
implementation ' com.google.inject:guice:5.1.0'
22
22
implementation ' commons-cli:commons-cli:1.5.0'
23
23
24
- implementation ' org.apache.logging.log4j:log4j-api:2.18 .0'
25
- implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.18 .0'
26
- implementation ' org.apache.logging.log4j:log4j-1.2-api:2.18 .0'
27
- implementation ' org.apache.logging.log4j:log4j-core:2.18 .0'
24
+ implementation ' org.apache.logging.log4j:log4j-api:2.20 .0'
25
+ implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.20 .0'
26
+ implementation ' org.apache.logging.log4j:log4j-1.2-api:2.20 .0'
27
+ implementation ' org.apache.logging.log4j:log4j-core:2.20 .0'
28
28
29
29
implementation ' org.apache.olingo:odata-client-api:4.9.0'
30
30
implementation ' org.apache.olingo:odata-commons-core:4.9.0'
@@ -57,15 +57,20 @@ configurations {
57
57
}
58
58
59
59
jar {
60
+ duplicatesStrategy = DuplicatesStrategy . INCLUDE
61
+
60
62
manifest {
61
63
attributes " Main-Class" : mainClassName
64
+ attributes " Multi-Release" : true
62
65
}
63
66
64
- duplicatesStrategy = DuplicatesStrategy . EXCLUDE
65
-
66
67
from {
67
68
configurations. runtimeClasspath. collect { it. isDirectory() ? it : zipTree(it) }
68
69
}
70
+
71
+ exclude ' META-INF/*.RSA'
72
+ exclude ' META-INF/*.SF'
73
+ exclude ' META-INF/*.DSA'
69
74
}
70
75
71
76
You can’t perform that action at this time.
0 commit comments