File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Extra Java Module Info Gradle Plugin - Changelog
22
33## Version 1.2
4+ * [ New] [ #40 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/40 ) - Add requireAllDefinedDependencies() functionality
5+ * [ New] [ #38 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/38 ) - Add exportAllPackages() functionality (Thanks [ Hendrik Ebbers] ( https://github.com/hendrikebbers ) for suggesting!)
46* [ New] [ #37 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/37 ) - Merge Jars - fully support merging Zip into Jar
57
68## Version 1.1
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.1 ")
50+ implementation("org.gradlex:extra-java-module-info:1.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.1 "
7+ version = " 1.2 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments