Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GrDeprecatedAPIUsage (0.6 sec)

  1. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceTest.groovy

                @Override
                void handle(HttpServletRequest request, HttpServletResponse response) {
                    //noinspection GrDeprecatedAPIUsage
                    response.setStatus(httpCode, "broken")
                }
            })
        }
    
        private class NoopBuildCacheDescriber implements BuildCacheServiceFactory.Describer {
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

            targetDslFixture.assertWrapperFilesNotGenerated()
    
            where:
            [existingScriptDsl, targetScriptDsl] << ScriptDslFixture.scriptDslCombinationsFor(2)
        }
    
        @SuppressWarnings('GrDeprecatedAPIUsage')
        def "#targetScriptDsl build file generation is skipped when part of a multi-project build with non-standard #existingScriptDsl settings file location"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/annotations/DefaultTypeMetadataStoreTest.groovy

        }
    
        @SuppressWarnings("GrDeprecatedAPIUsage")
        static class SimpleTask extends DefaultTask {
            @Input
            String inputString
            @InputFile
            File inputFile
            @InputDirectory
            File inputDirectory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top