Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJarTaskPath (0.62 sec)

  1. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/fixtures/StaleOutputJavaProject.groovy

        String getCompileTaskPath() {
            "${projectPath}:compileJava"
        }
        String getJarTaskPath() {
            "${projectPath}:$JAR_TASK_NAME"
        }
    
        void assertBuildTasksExecuted(ExecutionResult result) {
            result.assertTaskNotSkipped(getCompileTaskPath())
            result.assertTaskNotSkipped(getJarTaskPath())
        }
    
        void assertBuildTasksSkipped(ExecutionResult result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top