Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Searle (0.06 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Another common step is to attach all the unit test dependencies to the integration tests as well — via `intTestImplementation.extendsFrom testImplementation` — but that only makes sense if the integration tests require _all_ or nearly all the same dependencies that the unit tests have.
    
    There are a couple of other facets of the example you should take note of:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Alternatively, you might want to enable verification on CI servers but not on local machines.
    
    Gradle actually provides 3 different verification modes:
    
    - `strict`, which is the default.
    Verification fails _as early as possible_, in order to avoid the use of compromised dependencies during the build.
    - `lenient`, which will run the build even if there are verification failures.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top