Skip to content

Commit f317c6d

Browse files
committed
Version 1.4.2
1 parent 983c21d commit f317c6d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build
4747

4848
```
4949
dependencies {
50-
implementation("org.gradlex:extra-java-module-info:1.4")
50+
implementation("org.gradlex:extra-java-module-info:1.4.2")
5151
}
5252
```
5353

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.gradlex"
7-
version = "1.4.1"
7+
version = "1.4.2"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)