Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // https://github.com/gradle/gradle-private/issues/4527
    // https://github.com/gradle/gradle-private/issues/4528
    // Trigger ReadyForNightly and ReadyForRelease for provider-api-migration/public-api-changes-test branch
    // TODO: remove this after the branch is merged
    fun VersionedSettingsBranch.determineBranchFilter(): String {
        return branchFilter() + "\n+:provider-api-migration/public-api-changes-test"
    }
    
    class StageTrigger(
    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

    hides stacktrace elements from the `org.gradle` package, which makes running/debugging tests more difficult. You can disable this behavior by changing IntelliJ Preferences under Editor -> General -> Console. In the "Fold lines that contain" section, remove the `org.gradle` entry.
    
    If you did not have a Adoptium Java 17 SDK installed before importing the project into IntelliJ and after adding Adoptium Java 17 SDK your IntelliJ still uses the wrong SDK version, you might need to invalidate IntelliJ's...
    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