Commit b2afee3
authored
Fix spring-artifactory-gradle-build action to use gradlew
The action currently uses `gradle` which leads to the call of Gradle installation locally.
However, the project might not be compatible with that Gradle version.
* Use `gradlew` instead to rely on the wrapper in the project.
Signed-off-by: Artem Bilan <[email protected]>1 parent 0617909 commit b2afee3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments