Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 91 - 100 of 130 for test (0.03 sec)

  1. Sharing outputs between projects

    support for depending on the test fixtures of another project,...this variant when executing tests, we need to attach similar attributes...
    docs.gradle.org/current/userguide/cross_project_publications.html
    Registered: Fri May 17 03:14:44 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 174.7K bytes
    - Viewed (0)
  2. Composite Builds

    tests can be run, and builds can be...parent. In other words, the nested composite build structure is...
    docs.gradle.org/current/userguide/composite_builds.html
    Registered: Fri May 17 03:09:42 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 172.1K bytes
    - Viewed (0)
  3. Aligning dependency versions

    or because someone tested the modules and indicates that...
    docs.gradle.org/current/userguide/dependency_version_alignment.html
    Registered: Fri May 17 03:14:01 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 164.1K bytes
    - Viewed (0)
  4. Migrating Builds From Apache Ant

    ensure that your deployments and tests don’t break. Even small changes,...resources, packaging and unit tests, then it is probably worth migrating...
    docs.gradle.org/current/userguide/migrating_from_ant.html
    Registered: Fri May 17 03:05:55 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 201.7K bytes
    - Viewed (0)
  5. Customizing resolution of a dependency directly

    because = "tested by QA") } build.gradle configurations.all...[version: "1.0", because: 'tested by QA'] } Denying a particular...
    docs.gradle.org/current/userguide/resolution_rules.html
    Registered: Fri May 17 03:14:05 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 199.9K bytes
    - Viewed (0)
  6. Using Tasks

    build - Assembles and tests this project. Documentation...source. compileTestJava - Compiles test Java source. hello processResources...
    docs.gradle.org/current/userguide/tutorial_using_tasks.html
    Registered: Fri May 17 03:08:34 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 163.9K bytes
    - Viewed (0)
  7. Publishing Plugins to the Gradle Plugin Portal

    "Plugin for compatibility testing of Gradle plugins" description...description = "A plugin that helps you test your plugin against a variety...
    docs.gradle.org/current/userguide/publishing_gradle_plugins.html
    Registered: Fri May 17 03:10:46 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 168.2K bytes
    - Viewed (0)
  8. Building C++ projects

    compilation Test sources are configured on each test suite script...script block. See Testing C++ projects chapter. Managing your dependencies...
    docs.gradle.org/current/userguide/building_cpp_projects.html
    Registered: Fri May 17 03:16:58 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 175.2K bytes
    - Viewed (0)
  9. Sharing dependency versions between projects

    from the 'test-libs.versions.toml' file create("testLibs")...create("testLibs") { from(files("gradle/test-libs.versions.toml")) } } }...
    docs.gradle.org/current/userguide/platforms.html
    Registered: Fri May 17 03:13:51 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 207.7K bytes
    - Viewed (0)
  10. Building Swift projects

    dependencies and their versions Testing your fixes to 3rd-party dependency...binary is the debug variant. The rest of the chapter explains the...
    docs.gradle.org/current/userguide/building_swift_projects.html
    Registered: Fri May 17 03:17:25 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 170.5K bytes
    - Viewed (0)
Back to top