Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for withCompileScopeAttributes (0.29 sec)

  1. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/tasks/GenerateMavenPom.java

         *
         * @deprecated This method will be removed in Gradle 9.0.
         */
        @Deprecated
        public GenerateMavenPom withCompileScopeAttributes(ImmutableAttributes compileScopeAttributes) {
    
            DeprecationLogger.deprecateMethod(GenerateMavenPom.class, "withCompileScopeAttributes(ImmutableAttributes)")
                .withContext("This method was never intended for public use.")
                .willBeRemovedInGradle9()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationIntegTest.groovy

                    withCompileScopeAttributes(org.gradle.api.internal.attributes.ImmutableAttributes.EMPTY)
                    withRuntimeScopeAttributes(org.gradle.api.internal.attributes.ImmutableAttributes.EMPTY)
                }
            """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    They were never intended to be public API.
    
    - `getVersionRangeMapper`
    - `withCompileScopeAttributes`
    - `withRuntimeScopeAttributes`
    
    [[changes_8.3]]
    == Upgrading from 8.2 and earlier
    
    === Potential breaking changes
    
    ==== Deprecated `Project.buildDir` can cause script compilation failure
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.publish.maven.tasks.GenerateMavenPom.withCompileScopeAttributes(org.gradle.api.internal.attributes.ImmutableAttributes)> has arguments/return type org.gradle.api.internal.attributes.ImmutableAttributes that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (GenerateMavenPom.java:0)...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top