Skip to content

Commit b25ec13

Browse files
committed
Version 1.8
1 parent 6615eff commit b25ec13

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Extra Java Module Info Gradle Plugin - Changelog
22

3+
## Version 1.8
4+
* [New] [#99](https://github.com/gradlex-org/extra-java-module-info/issues/99) - Default behavior for 'module(id, name)' notation without configuration block
5+
* [New] - Use custom mappings from 'java-module-dependencies' for 'known modules' (if available)
6+
* [Fixed] [#96](https://github.com/gradlex-org/extra-java-module-info/pull/96) - Scope computation of 'requireAllDefinedDependencies'
7+
38
## Version 1.7
4-
* [New] [#95](https://github.com/gradlex-org/extra-java-module-info/issues/95) - granular exports and opens declarations (Thanks [Ihor Herasymenko](https://github.com/iherasymenko) for contributing!)
5-
* [Fixed] [#94](https://github.com/gradlex-org/extra-java-module-info/issues/94) - requireAllDefinedDependencies: skip platform dependencies
9+
* [New] [#95](https://github.com/gradlex-org/extra-java-module-info/issues/95) - Granular exports and opens declarations (Thanks [Ihor Herasymenko](https://github.com/iherasymenko) for contributing!)
10+
* [Fixed] [#94](https://github.com/gradlex-org/extra-java-module-info/issues/94) - 'requireAllDefinedDependencies' skips platform dependencies
611

712
## Version 1.6.2
813
* [New] - Use shared mappings from 'java-module-dependencies' for 'known modules' (if available)

README.md

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

5353
```
5454
dependencies {
55-
implementation("org.gradlex:extra-java-module-info:1.7")
55+
implementation("org.gradlex:extra-java-module-info:1.8")
5656
}
5757
```
5858

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.7"
7+
version = "1.8"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)