Skip to content

Commit

Permalink
#patch: #108 Remove module.info.class imported by shadowJar (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmatt2 authored Oct 27, 2022
1 parent d32f6cf commit f2ffc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'net.researchgate.release' version '2.6.0' apply false
id 'com.github.johnrengelman.shadow' version '5.1.0' apply false
id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
id 'io.codearte.nexus-staging' version '0.22.0'
}

Expand All @@ -24,6 +24,7 @@ subprojects { subproject ->
classifier = ''
relocate 'org.assertj', 'shadow.org.assertj'
relocate 'org.opentest4j', 'shadow.org.opentest4j'
exclude "module-info.class"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.github.origin-energy
version=3.3.4-SNAPSHOT
version=3.3.9-SNAPSHOT

0 comments on commit f2ffc12

Please sign in to comment.