Skip to content

Commit d865447

Browse files
committed
resolved syntax error
1 parent 5fd102c commit d865447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-master-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
java-version: 1.8
2222
- name: Grant execute permission for gradlew
23-
run: chmod +x gradlew
23+
run: chmod +x gradlew
2424
- name: Gradle package
25-
run: ./gradlew assembleServerAndClient
25+
run: ./gradlew assembleServerAndClient
2626

2727
#TO-DO : setup sonar once we have completed Issue#25
2828
# sonar:

0 commit comments

Comments
 (0)