Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isCancellationRequested (0.14 sec)

  1. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/DefaultBuildController.java

            throws BuildExceptionVersion1, InternalUnsupportedModelException {
            assertCanQuery();
            if (cancellationToken.isCancellationRequested()) {
                throw new BuildCancelledException(String.format("Could not build '%s' model. Build cancelled.", modelIdentifier.getName()));
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:56:14 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top