We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32f6cf commit f2ffc12Copy full SHA for f2ffc12
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'net.researchgate.release' version '2.6.0' apply false
3
- id 'com.github.johnrengelman.shadow' version '5.1.0' apply false
+ id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
4
id 'io.codearte.nexus-staging' version '0.22.0'
5
}
6
@@ -24,6 +24,7 @@ subprojects { subproject ->
24
classifier = ''
25
relocate 'org.assertj', 'shadow.org.assertj'
26
relocate 'org.opentest4j', 'shadow.org.opentest4j'
27
+ exclude "module-info.class"
28
29
30
dependencies {
gradle.properties
@@ -1,2 +1,2 @@
group=io.github.origin-energy
-version=3.3.4-SNAPSHOT
+version=3.3.9-SNAPSHOT
0 commit comments