Skip to content

Commit f2ffc12

Browse files
authored
#patch: #108 Remove module.info.class imported by shadowJar (#109)
1 parent d32f6cf commit f2ffc12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'net.researchgate.release' version '2.6.0' apply false
3-
id 'com.github.johnrengelman.shadow' version '5.1.0' apply false
3+
id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
44
id 'io.codearte.nexus-staging' version '0.22.0'
55
}
66

@@ -24,6 +24,7 @@ subprojects { subproject ->
2424
classifier = ''
2525
relocate 'org.assertj', 'shadow.org.assertj'
2626
relocate 'org.opentest4j', 'shadow.org.opentest4j'
27+
exclude "module-info.class"
2728
}
2829

2930
dependencies {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.github.origin-energy
2-
version=3.3.4-SNAPSHOT
2+
version=3.3.9-SNAPSHOT

0 commit comments

Comments
 (0)