Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getBuildResult (0.2 sec)

  1. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/UnexpectedBuildResultException.java

            this.buildResult = buildResult;
        }
    
        /**
         * The result of the build execution.
         *
         * @return the result of the build execution
         */
        public BuildResult getBuildResult() {
            return buildResult;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.testkit.runner.UnexpectedBuildResultException.getBuildResult()> does not have raw return type assignable to org.gradle.api.provider.Provider in (UnexpectedBuildResultException.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top