Skip to content

Commit 77ef52b

Browse files
committed
build wrapper
1 parent 6148df5 commit 77ef52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
curl -L -o gradle/wrapper/gradle.zip https:$(cat gradle/wrapper/gradle-wrapper.properties | grep distributionUrl | cut -d ':' -f 2)
8080
unzip gradle/wrapper/gradle.zip -d gradle/wrapper/gradle
81-
mv gradle/wrapper/gradle/gradle-8.2.1/lib/gradle-wrapper-8.2.1.jar gradle/wrapper/gradle-wrapper.jar
81+
./gradle/wrapper/gradle/gradle-8.2.1/bin/gradle wrapper
8282
- name: Build Gradle Example - Java
8383
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
8484
working-directory: examples/powertools-examples-core/gradle

0 commit comments

Comments
 (0)