Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 3,385 for setStrings (0.17 sec)

  1. build-logic/settings.gradle.kts

                    includeModule("org.openmbee.junit", "junit-xml-parser")
                }
            }
            mavenCentral()
            gradlePluginPortal()
        }
    }
    
    apply(from = "../gradle/shared-with-buildSrc/mirrors.settings.gradle.kts")
    
    // Utilities for updating the build itself which are not part of the usual build process
    include("build-update-utils")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/settings/DeclarativeDslProjectSettingsIntegrationSpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.declarativedsl.settings
    
    
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    
    class DeclarativeDslProjectSettingsIntegrationSpec extends AbstractIntegrationSpec {
    
        def "can interpret the settings file with the declarative DSL"() {
            given:
            file("settings.gradle.dcl") << """
                pluginManagement {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 12:21:50 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. gradle/shared-with-buildSrc/mirrors.settings.gradle.kts

                withMirrors(buildscript.repositories)
            }
            afterEvaluate {
                withMirrors(repositories)
            }
        }
    
        gradle.settingsEvaluated {
            withMirrors(settings.pluginManagement.repositories)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/org.gradle.api.initialization.Settings.xml

                </tr>
                <tr>
                    <td>rootDir</td>
                </tr>
                <tr>
                    <td>rootProject</td>
                </tr>
                <tr>
                    <td>settings</td>
                </tr>
                <tr>
                    <td>settingsDir</td>
                </tr>
                <tr>
                    <td>startParameter</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. .teamcity/settings.kts

    Bo Zhang <******@****.***> 1715586305 +0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:45:05 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/multi-project/groovy/settings.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/target-platforms/groovy/settings.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 38 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/c/groovy/settings.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/cpp-exe/groovy/settings.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 32 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/cpp/groovy/settings.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 25 bytes
    - Viewed (0)
Back to top