Skip to content

Commit 650ee0a

Browse files
change another small thing
1 parent 1194373 commit 650ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
distribution: 'temurin'
1212
java-version: 17
1313
- name: make gradle wrapper executable
14-
run: chmod +x ./gradlew
14+
run: chmod +x gradlew
1515
- name: build
1616
run: ./gradlew build
1717
- name: Checkout code

0 commit comments

Comments
 (0)