File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
distribution : ' temurin'
22
22
java-version : 17
23
- - uses : gradle/wrapper-validation-action@v1
24
- - uses : gradle/gradle-build-action@v2
25
- name : Setup Gradle
23
+ - name : Setup Gradle
24
+ uses : gradle/actions/setup-gradle@v4
26
25
- name : Get project version
27
26
id : get_version
28
27
shell : bash
Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ jobs:
13
13
with :
14
14
distribution : ' temurin'
15
15
java-version : 17
16
- - uses : gradle/wrapper-validation-action@v1
17
- - uses : gradle/gradle-build-action@v2
18
- name : Deploy
19
- with :
20
- arguments : build publishCodebookPublicationToPapermcRepository --stacktrace
16
+ - name : Setup Gradle
17
+ uses : gradle/actions/setup-gradle@v4
18
+ - name : Deploy
19
+ run : ./gradlew build --stacktracebuild publishCodebookPublicationToPapermcRepository --stacktrace
21
20
env :
22
21
ORG_GRADLE_PROJECT_papermcUsername : ${{ secrets.NEXUS_USERNAME }}
23
22
ORG_GRADLE_PROJECT_papermcPassword : ${{ secrets.NEXUS_PASSWORD }}
You can’t perform that action at this time.
0 commit comments