Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requirements (0.87 sec)

  1. .teamcity/src/main/kotlin/configurations/Gradleception.kt

            " (${descriptionParts.joinToString(separator = ", ")})"
        } else ""
        description =
            "Builds Gradle with the version of Gradle which is currently under development (twice)$descriptionSuffix"
    
        requirements {
            // Gradleception is a heavy build which runs ~40m on EC2 agents but only ~20m on Hetzner agents
            requiresNotEc2Agent()
            requiresNotSharedHost()
        }
    
        features {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 09:57:17 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top