- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 625 for Gradle (0.35 sec)
-
.github/workflows/validate-codeowners.yml
- name: Get Secrets uses: gradle/actions-internal/get-aws-secrets@v1 if: (github.event_name != 'pull_request' && github.repository_owner == 'gradle') || github.event.pull_request.head.repo.full_name == github.repository with: role-to-assume: arn:aws:iam::992382829881:role/GHASecrets_gradle_all secret-ids: | ORG_TEAM_GITHUB_ACCESS_TOKEN, gha/gradle/_all/ORG_TEAM_GITHUB_ACCESS_TOKENRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 22:15:20 UTC 2025 - 1.5K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/AcceptedApiChangesTest.groovy
def changes = AcceptedApiChanges.parse([""" { "acceptedApiChanges": [ { "type": "org.gradle.api.initialization.ConfigurableIncludedBuild", "member": "Implemented interface org.gradle.api.initialization.IncludedBuild", "changes": ["Interface has been removed"],
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 04 14:00:46 UTC 2024 - 3.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
1. Build a Gradle distribution with a fixed timestamp and hash it, but never use this distribution. 2. Build a Gradle distribution with this hash as a version + fixed timestamp -> dogfood-first 3. Build a Gradle distribution using dogfood-first with this hash as a version + fixed timestamp different from the one above -> dogfood-second 4. Use dogfood-second to run a Gradle build which runs tests. */Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
.github/workflows/cleanup-stale-performance-data.yml
PERFORMANCE_DB_URL, gha/gradle/_all/PERFORMANCE_DB_URL PERFORMANCE_DB_USERNAME, gha/gradle/_all/PERFORMANCE_DB_USERNAME PERFORMANCE_DB_PASSWORD_TCAGENT, gha/gradle/_all/PERFORMANCE_DB_PASSWORD - name: Extract database host from URL run: | # jdbc:mysql://gradle-bt-performance.xyz.eu-central-1.rds.amazonaws.com:3306 -> gradle-bt-performance.xyz.eu-central-1.rds.amazonaws.comRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 22:15:20 UTC 2025 - 2.6K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
* limitations under the License. */ package gradlebuild.buildutils.tasks import org.gradle.api.file.RegularFileProperty import org.gradle.api.provider.Property import org.gradle.api.tasks.Internal import org.gradle.api.tasks.TaskAction import org.gradle.api.tasks.UntrackedTask import org.gradle.util.internal.VersionNumber import org.jetbrains.annotations.VisibleForTesting /**
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 29 08:29:55 UTC 2025 - 4.3K bytes - Viewed (0) -
build-logic/documentation/src/test/resources/org/gradle/test/GroovyClassWithFullyQualifiedNames.groovy
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 277 bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
}, v2 = { withJavaFile( "java/com/example/Task.java", """ package com.example; import org.gradle.api.provider.Property; public abstract class Task { public abstract Property<String> getSourceCompatibility(); } """Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 26.2K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy
""" and: releaseNotes << """ <p>The Gradle team is excited to announce Gradle @version@.</p> <p>This release features <a href="">1</a>, <a href="">2</a>, ... <a href="">n</a>, and more.</p> <p>We would like to thank the following community members for their contributions to this release of Gradle:</p>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 21 16:24:54 UTC 2025 - 11.6K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt
import gradlebuild.basics.BuildParams.CI_ENVIRONMENT_VARIABLE import org.gradle.api.JavaVersion import org.gradle.api.Project import org.gradle.api.file.Directory import org.gradle.api.provider.Provider import org.gradle.internal.os.OperatingSystem import org.gradle.kotlin.dsl.* // `generatePrecompiledScriptPluginAccessors` task invokes this method without `gradle.build-environment` applied
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sat Dec 21 08:58:33 UTC 2024 - 4.7K bytes - Viewed (1) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/model/SimpleClassMetaDataRepositoryTest.groovy
given: repository.put('org.gradle.jvm.test.JUnitTestSuiteSpec', new TestDomainObject('org.gradle.jvm.test.JUnitTestSuiteSpec')) when: repository.get('org.gradle.jvm.JUnitTestSuiteSpec') then: UnknownDomainObjectException e = thrown() e.message == 'No meta-data is available for class \'org.gradle.jvm.JUnitTestSuiteSpec\'. Did you mean? [org.gradle.jvm.test.JUnitTestSuiteSpec]' }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sat Apr 06 02:21:33 UTC 2024 - 3.8K bytes - Viewed (0)