This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- ' [5-9]+.[0-9]+.x'
9
9
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
12
12
13
13
jobs :
14
14
27
27
- uses : gradle/wrapper-validation-action@v2
28
28
- uses : actions/setup-java@v4
29
29
with :
30
- distribution : temurin
30
+ distribution : liberica
31
31
java-version : ${{ matrix.java }}
32
32
33
33
- name : Run Tests
61
61
- uses : actions/checkout@v4
62
62
- uses : gradle/wrapper-validation-action@v2
63
63
- uses : actions/setup-java@v4
64
- with : { java-version: 17, distribution: temurin }
64
+ with : { java-version: 17, distribution: liberica }
65
65
66
66
- name : Publish Snapshot artifacts to Artifactory (repo.grails.org)
67
67
uses : gradle/actions/setup-gradle@v3
Original file line number Diff line number Diff line change 19
19
- name : Set up JDK
20
20
uses : actions/setup-java@v4
21
21
with :
22
- distribution : temurin
22
+ distribution : liberica
23
23
java-version : 11
24
24
25
25
- name : Cache local Maven repository & Groovy
@@ -145,7 +145,7 @@ jobs:
145
145
- name : Set up JDK
146
146
uses : actions/setup-java@v4
147
147
with :
148
- distribution : temurin
148
+ distribution : liberica
149
149
java-version : 17
150
150
151
151
- name : Cache local Maven repository & Groovy
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
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
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments