Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 21:41
d583e65

Added

  • Add sourceSets output directories to the classpath of the test task.
  • Synchronize OpenedPackages list with the latest version available.
  • Make PhpStorm (PS type) available for resolving as SDK.

Changed

  • Rearrange classpath to put idea and ideaPlugins dependencies in the right order.
  • Rename plugin configurations to move injected dependencies to the end of the classpath. #1060

Removed

  • Remove the DEPENDENCY_FIRST resolution strategy set by default along with its BuildFeature.USE_DEPENDENCY_FIRST_RESOLUTION_STRATEGY flag.
  • Remove setting of the java.system.class.loader property from tests configuration.

Fixed

  • Exclude non-jar files from the classpath #1009
  • Jacoco reports false 0% test coverage #1065
  • Unable to load JUnit4 runner to calculate Ignored test cases #1033