Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withCompileScopeAttributes (0.28 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)
Back to top