Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getRuntimeElementsConfigurationName (0.33 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/internal/tasks/DefaultSourceSet.java

        @Override
        public String getRuntimeClasspathConfigurationName() {
            return configurationNameOf(JvmConstants.RUNTIME_CLASSPATH_CONFIGURATION_NAME);
        }
    
        @Override
        public String getRuntimeElementsConfigurationName() {
            return configurationNameOf(JvmConstants.RUNTIME_ELEMENTS_CONFIGURATION_NAME);
        }
    
        @Override
        public String getJavadocElementsConfigurationName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/tasks/SourceSet.java

         * this component to execute at runtime.
         *
         * @return the name of the runtime elements configuration.
         * @since 3.4
         */
        String getRuntimeElementsConfigurationName();
    
        /**
         * Returns the name of the configuration that represents the variant that carries the
         * Javadoc for this source set in packaged form. Used to publish a variant with a '-javadoc' zip.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.tasks.SourceSet.getRuntimeClasspathConfigurationName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceSet.java:0)
    Method <org.gradle.api.tasks.SourceSet.getRuntimeElementsConfigurationName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceSet.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top