Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for runtimeOnly (0.26 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

      * If using JUnit 5, an explicit `runtimeOnly` dependency on `junit-platform-launcher` is required
      in addition to the existing `implementation` dependency on the test engine.
      * If using JUnit 4, only the existing `implementation` dependency on `junit` 4 is required.
      * If using JUnit 3, a test `runtimeOnly` dependency on `junit` 4 is required in addition to a
      `compileOnly` dependency on `junit` 3.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    For the main project build scripts and precompiled project script plugins:
    
    * Dependency and artifact configurations (such as `implementation` and `runtimeOnly` contributed by the Java Plugin)
    * Project extensions and conventions (such as `sourceSets`), and extensions on them
    * Extensions on the `dependencies` and `repositories` containers, and extensions on them
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top