Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testResultsElementsForTest (0.36 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

            - org.gradle.usage               = java-runtime
        Artifacts
            - $builtMainResourcesPath (artifactType = java-resources-directory)
    
    --------------------------------------------------
    Variant testResultsElementsForTest (i)
    --------------------------------------------------
    Directory containing binary results of running tests for the test Test Suite's test target.
    
    Capabilities
        - org:myLib:1.0 (default capability)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                            useJUnit()
                        }
                    }
                }
    
                def testResultsElementsForTest = configurations.testResultsElementsForTest
                def javaComponent = components.findByName("java")
                javaComponent.addVariantsFromConfiguration(testResultsElementsForTest) {
                    it.mapToMavenScope("runtime")
                }
    
                publishing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
Back to top