Releases: gradlex-org/java-module-testing
Releases · gradlex-org/java-module-testing
1.7
17 Apr 09:20
Compare
Sorry, something went wrong.
No results found
#100 Use exportsTo
and opensTo
statements from Module Info DSL
1.6.1
15 Apr 13:46
Compare
Sorry, something went wrong.
No results found
Use all test src folders in compilation (if there are more than one)
Only add class folders that exist to the --patch-module
argument
Only perform extendsFrom(compileOnly)
if not already done
1.6
19 Feb 07:45
Compare
Sorry, something went wrong.
No results found
#85 Further improve interoperability with java-module-dependencies
plugin
1.5
18 Nov 12:24
Compare
Sorry, something went wrong.
No results found
#47 Add support for Classpath Test Suites
#51 testCompileOnly extends compileOnly for Whitebox Test Suites
#67 Whitebox Test Suites: add exportsTo
configuration option
1.4
23 Jan 09:31
Compare
Sorry, something went wrong.
No results found
#2 New approach to split Module Path and Classpath for whitebox testing
#40 useJUnitJupiter("")
without version does not fail for empty test directories
#39 Add TaskLockService
for conveniently running test tasks in isolation
1.3.1
23 Jan 09:31
Compare
Sorry, something went wrong.
No results found
Improve interoperability with java-module-dependencies
plugin
1.3
17 Nov 21:48
Compare
Sorry, something went wrong.
No results found
#18 Allow whitebox tests to define requires in java9/module-info.java
(Thanks brianoliver for suggesting!)
1.2.2
01 Sep 08:44
Compare
Sorry, something went wrong.
No results found
No duplicated '--add-opens' runtime args
1.2.1
22 Aug 10:48
Compare
Sorry, something went wrong.
No results found
Fix 'module-info.java' parsing bug
1.2
06 Jul 06:50
Compare
Sorry, something went wrong.
No results found
Version 1.2
#8 Automatically configure test suites based on the existence of a module-info.java
file
#5 Improve module-info parsing