File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Extra Java Module Info Gradle Plugin - Changelog
22
3+ ## Version 1.4.2
4+ * [ Fixed] [ #45 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/45 ) Preserve sub-folders of 'META-INF/services' in merged Jars
5+
36## Version 1.4.1
47* [ Fixed] [ #50 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/50 ) Remove merged Jars from classpath even if they are (automatic) modules
58
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build
4747
4848```
4949dependencies {
50- implementation("org.gradlex:extra-java-module-info:1.4")
50+ implementation("org.gradlex:extra-java-module-info:1.4.2 ")
5151}
5252```
5353
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.gradlex"
7- version = " 1.4.1 "
7+ version = " 1.4.2 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments