File tree 4 files changed +14
-15
lines changed
4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 18
18
WORKSPACE : ${{ github.workspace }}
19
19
GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
- uses : actions/cache@v2
23
23
with :
24
24
path : ~/.gradle/caches
Original file line number Diff line number Diff line change 21
21
# If it has release drafter:
22
22
-
uses :
release-drafter/[email protected]
23
23
if : steps.check_release_drafter.outputs.has_release_drafter == 'true'
24
- env :
25
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
24
+ # env:
25
+ # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
26
26
with :
27
27
prerelease : false
28
28
commitish : main
33
33
- uses : micronaut-projects/github-actions/release-notes@master
34
34
if : steps.check_release_drafter.outputs.has_release_drafter == 'false'
35
35
id : release_notes
36
- with :
37
- token : ${{ secrets.GH_TOKEN }}
36
+ # with:
37
+ # token: ${{ secrets.GH_TOKEN }}
38
38
- uses : ncipollo/release-action@v1
39
39
if : steps.check_release_drafter.outputs.has_release_drafter == 'false' && steps.release_notes.outputs.generated_changelog == 'true'
40
40
with :
Original file line number Diff line number Diff line change 13
13
GIT_USER_EMAIL :
' [email protected] '
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v2
17
- with :
18
- token : ${{ secrets.GH_TOKEN }}
16
+ uses : actions/checkout@v4
19
17
- uses : gradle/wrapper-validation-action@v1
20
18
- name : Set up JDK
21
19
uses : actions/setup-java@v1
42
40
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
43
41
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER : ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
44
42
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY : ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
45
- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USER_TOKEN_NAME }}
46
- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_USER_TOKEN_PASSWORD }}
43
+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
44
+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
47
45
SONATYPE_NEXUS_URL : ${{ secrets.SONATYPE_NEXUS_URL }}
48
46
SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
49
47
SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
Original file line number Diff line number Diff line change 6
6
Versions
7
7
---
8
8
9
- | Grails | Wrapper |
10
- | ------------------------| ---------------------------------------------------------------|
11
- | 5.0.0 - 5.3.3 | [ 3.0.0.M1] ( https://github.com/grails/grails-wrapper/releases ) |
12
- | 5.3.4 - 5.3.X | [ 3.1.0] ( https://github.com/grails/grails-wrapper/releases ) |
13
- | 6.0.0+ | [ 4.0.0] ( https://github.com/grails/grails-wrapper/releases ) |
9
+ | Grails | Wrapper |
10
+ | ---------------| ---------------------------------------------------------------|
11
+ | 5.0.0 - 5.3.3 | [ 3.0.0.M1] ( https://github.com/grails/grails-wrapper/releases ) |
12
+ | 5.3.4 - 5.3.X | [ 3.1.0] ( https://github.com/grails/grails-wrapper/releases ) |
13
+ | 6.x.x | [ 4.0.0] ( https://github.com/grails/grails-wrapper/releases ) |
14
+ | 7.x.x | [ 5.0.0] ( https://github.com/grails/grails-wrapper/releases ) |
14
15
You can’t perform that action at this time.
0 commit comments