Skip to content

Commit 541f999

Browse files
committed
Version 1.2.1
1 parent 873a4b7 commit 541f999

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
# Java Module Testing Gradle Plugin - Changelog
22

3+
## Version 1.2.1
4+
* Fix 'module-info.java' parsing bug
5+
36
## Version 1.2
47
* [#8](https://github.com/gradlex-org/java-module-testing/issues/8) Automatically configure test suites based on the existence of a `module-info.java` file
58
* [#5](https://github.com/gradlex-org/java-module-testing/issues/5) Improve module-info parsing

README.md

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

4747
```
4848
dependencies {
49-
implementation("org.gradlex:java-module-testing:1.2")
49+
implementation("org.gradlex:java-module-testing:1.2.1")
5050
}
5151
```
5252

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

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)