We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b8200 commit db088e8Copy full SHA for db088e8
.github/workflows/gradle.yml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
java-version: 1.8
23
- name: Grant execute permission for gradlew
24
- run: chmod +x gradlew
+ run: chmod +x sseclient/gradlew
25
- name: Build with Gradle
26
- run: ./gradlew build test publish
+ run: ./sseclient/gradlew build test publish
0 commit comments