File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,18 @@ jobs:
17
17
distribution : ' zulu'
18
18
java-version : ' 11'
19
19
20
+ - name : Set up Gradle
21
+ uses : gradle/actions/setup-gradle@v4
22
+
20
23
- name : Retrieve tag name
21
24
uses :
little-core-labs/[email protected]
22
25
id : tagName
23
26
with :
24
27
tagRegex : " v(.*)"
25
28
26
29
- name : Publish plugins
27
- uses : gradle/gradle-build-action@v3
28
- with :
29
- arguments : >
30
- publishPlugins
30
+ run : >
31
+ ./gradlew publishPlugins
31
32
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
32
33
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
33
34
-Pversion=${{ steps.tagName.outputs.tag }}
34
- wrapper-cache-enabled : true
35
- dependencies-cache-enabled : true
36
- configuration-cache-enabled : true
Original file line number Diff line number Diff line change 30
30
distribution : ' zulu'
31
31
java-version : ' 11'
32
32
33
+ - name : Set up Gradle
34
+ uses : gradle/actions/setup-gradle@v4
35
+
33
36
- name : Check
34
- uses : gradle/gradle-build-action@v3
35
- with :
36
- arguments : check
37
- # Disable cache because of corruption
38
- cache-disabled : true
37
+ run : ./gradlew check
You can’t perform that action at this time.
0 commit comments