Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for paras (0.06 sec)

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

                            hour = 0
                            minute = 30
                        }
                    }
                    triggerBuild = always()
                    withPendingChangesOnly = true
                    param("revisionRule", "lastFinished")
                    branchFilter = model.branch.determineBranchFilter()
                    enabled = enableTriggers
                }
            }
        }
    
        dependencies {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 08:08:13 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    * Be careful when using features introduced in Java 1.7 or later. Some parts of Gradle still need to run on Java 6.
    * Normalize file paths in tests. The `org.gradle.util.internal.TextUtil` class has some useful functions for this purpose.
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top