Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 813c66d

Browse files
committed
Switch to liberica
1 parent eea39fa commit 813c66d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches:
88
- '[5-9]+.[0-9]+.x'
99
env:
10-
GIT_USER_NAME: puneetbehl
11-
GIT_USER_EMAIL: behlp@unityfoundation.io
10+
GIT_USER_NAME: grails-build
11+
GIT_USER_EMAIL: grails-build@users.noreply.github.com
1212

1313
jobs:
1414

@@ -27,7 +27,7 @@ jobs:
2727
- uses: gradle/wrapper-validation-action@v2
2828
- uses: actions/setup-java@v4
2929
with:
30-
distribution: temurin
30+
distribution: liberica
3131
java-version: ${{ matrix.java }}
3232

3333
- name: Run Tests
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: gradle/wrapper-validation-action@v2
6363
- uses: actions/setup-java@v4
64-
with: { java-version: 17, distribution: temurin }
64+
with: { java-version: 17, distribution: liberica }
6565

6666
- name: Publish Snapshot artifacts to Artifactory (repo.grails.org)
6767
uses: gradle/actions/setup-gradle@v3

.github/workflows/groovy-joint-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:
22-
distribution: temurin
22+
distribution: liberica
2323
java-version: 11
2424

2525
- name: Cache local Maven repository & Groovy
@@ -145,7 +145,7 @@ jobs:
145145
- name: Set up JDK
146146
uses: actions/setup-java@v4
147147
with:
148-
distribution: temurin
148+
distribution: liberica
149149
java-version: 17
150150

151151
- name: Cache local Maven repository & Groovy

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
env:
11-
GIT_USER_NAME: puneetbehl
12-
GIT_USER_EMAIL: behlp@unityfoundation.io
11+
GIT_USER_NAME: grails-build
12+
GIT_USER_EMAIL: grails-build@users.noreply.github.com
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)