This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-forge.git
commit 5c8a49d04423b6d6c630624c2aaf80b46109644c Author: James Daugherty <[email protected]> AuthorDate: Sun Jun 1 01:22:25 2025 -0400 [skip ci] remove common build date for snapshots --- .github/workflows/gradle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5e2ec70..54ca245 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -70,8 +70,6 @@ jobs: steps: - name: "📥 Checkout repository" uses: actions/checkout@v4 - - name: 'Ensure common build date' # to ensure a reproducible build - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$GITHUB_ENV" - name: "☕️ Setup JDK" uses: actions/setup-java@v4 with:
