Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsupportedModel (0.12 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/connection/CancellableModelBuilderBackedModelProducer.java

        }
    
        @Override
        public <T> T produceModel(Class<T> type, ConsumerOperationParameters operationParameters) {
            if (!versionDetails.maySupportModel(type)) {
                throw Exceptions.unsupportedModel(type, versionDetails.getVersion());
            }
            final ModelIdentifier modelIdentifier = modelMapping.getModelIdentifierFromModelType(type);
            BuildResult<?> result;
            try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:05 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top