Skip to content

Commit 2704fca

Browse files
committed
0.14 release
1 parent 91b7648 commit 2704fca

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 0.14
4+
* [Fixed] [#33](https://github.com/jjohannes/extra-java-module-info/issues/33) - Map 'Jar File Path' to 'group:name' correctly for Jars cached in local .m2 repository (Thanks [Leon Linhart](https://github.com/TheMrMilchmann) for reporting!)
5+
36
## Version 0.13
47
* [New] [#32](https://github.com/jjohannes/extra-java-module-info/issues/32) - Add license information to POM (Thanks [Edward McKnight](https://github.com/EM-Creations) for reporting!)
58

README.md

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

4343
```
4444
dependencies {
45-
implementation("de.jjohannes.gradle:extra-java-module-info:0.13")
45+
implementation("de.jjohannes.gradle:extra-java-module-info:0.14")
4646
}
4747
```
4848

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 = "de.jjohannes.gradle"
7-
version = "0.13"
7+
version = "0.14"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)