Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.41 KB

Java Module Testing Gradle Plugin - Changelog

Version 1.4

  • #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

Version 1.3.1

  • Improve interoperability with java-module-dependencies plugin

Version 1.3

  • #18 Allow whitebox tests to define requires in java9/module-info.java (Thanks brianoliver for suggesting!)

Version 1.2.2

  • No duplicated '--add-opens' runtime args

Version 1.2.1

  • Fix 'module-info.java' parsing bug

Version 1.2

  • #8 Automatically configure test suites based on the existence of a module-info.java file
  • #5 Improve module-info parsing

Version 1.1

Version 1.0

  • Moved project to GradleX - new plugin ID: org.gradlex.java-module-testing

Versions 0.1

  • Initial features added