Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed images to be included and not links

...

Gradle Dependency Configuration

ColorPurpose
Gray TextRemoved in Gradle 7.0
Light GreenUsed to declare dependencies
Blue GrayConsumed by tasks to create dependency set/classpath
Light BlueTask

Main source set

image.pngImage RemovedImage Added


Test source set

image.pngImage RemovedImage Added

Note that the testRuntimeConfiguration was added to the default set of Java Gradle configurations to simulate the testRuntime configuration by Gradle 6.x and earlier.

...