File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
use-all-java-module-plugins/build-logic
use-only-java-module-testing-plugin/build-logic
use-with-test-fixtures/build-logic Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Java Module Testing Gradle Plugin - Changelog
22
3+ ## Version 1.7
4+ * [ #100 ] ( https://github.com/gradlex-org/java-module-testing/issues/100 ) Use ` exportsTo ` and ` opensTo ` statements from Module Info DSL
5+
36## Version 1.6.1
47* Use all test src folders in compilation (if there are more than one)
58* Only add class folders that exist to the '--patch-module' argument
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Add this to the build file of your convention plugin's build
5151
5252```
5353dependencies {
54- implementation("org.gradlex:java-module-testing:1.6.1 ")
54+ implementation("org.gradlex:java-module-testing:1.7 ")
5555}
5656```
5757
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.gradlex"
7- version = " 1.6.1 "
7+ version = " 1.7 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ plugins {
55dependencies {
66 implementation(" org.gradlex:extra-java-module-info:1.12" )
77 implementation(" org.gradlex:java-module-dependencies:1.8.1" )
8- implementation(" org.gradlex:java-module-testing:1.6.1 " )
8+ implementation(" org.gradlex:java-module-testing:1.7 " )
99}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ plugins {
33}
44
55dependencies {
6- implementation(" org.gradlex:java-module-testing:1.6.1 " )
6+ implementation(" org.gradlex:java-module-testing:1.7 " )
77}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ plugins {
33}
44
55dependencies {
6- implementation(" org.gradlex:java-module-testing:1.6.1 " )
6+ implementation(" org.gradlex:java-module-testing:1.7 " )
77 implementation(" org.gradlex:java-module-dependencies:1.8.1" )
88}
You can’t perform that action at this time.
0 commit comments