Skip to content

Commit d5ed077

Browse files
committed
Add changelog entry
1 parent 9a6801b commit d5ed077

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.8.1
4+
* [#172](https://github.com/gradlex-org/java-module-testing/issues/172) Fix incompatibility with Gradle 9.5.0+
5+
36
## Version 1.8
47
* [#143](https://github.com/gradlex-org/java-module-testing/issues/143) Fully support other source sets than 'main' in whitebox tests
58
* [#114](https://github.com/gradlex-org/java-module-testing/issues/114) Fix: issue where the plugin causes a 'mutating a configuration after it has been resolved' error

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ publishingConventions {
1515
}
1616
}
1717

18-
// 9.4.1 as version where 'JavaModuleDetector' is a class and not an interface (changes in 9.6.0)
18+
// 9.4.1 is the last version where 'JavaModuleDetector' is a class and not an interface
1919
testingConventions { testGradleVersions("7.4", "7.6.5", "8.0.2", "8.14.2", "9.4.1") }

0 commit comments

Comments
 (0)