Skip to content

Commit ff3bb1a

Browse files
reversed the changes in gradle.yml
1 parent 9c48123 commit ff3bb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- name: Build with Gradle
17-
run: chmod +x ./gradlew && ./gradlew test
17+
run: chmod +x ./gradlew && ./gradlew build

0 commit comments

Comments
 (0)