Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prefix (0.13 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt

    abstract class DistributionTest : Test() {
    
        /**
         * To further categorize tests. (We should simplify this and get rid of the subclasses if possible)
         */
        @get:Internal
        abstract val prefix: String
    
        /**
         * A local Gradle installation (unpacked distribution) to test against if the tests should fork a new Gradle process (non-embedded)
         */
        @Internal
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Fri Jul 01 22:53:59 GMT 2022
    - 8K bytes
    - Viewed (0)
Back to top