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 cdf92a1 commit 7f8493dCopy full SHA for 7f8493d
.github/workflows/pr-compile.yml
@@ -19,7 +19,7 @@ jobs:
19
distribution: microsoft
20
- name: Make Gradle wrapper executable
21
run: chmod +x ./gradlew
22
- - name: Compile
+ - name: Compile Java
23
run: ./gradlew compileJava
24
- name: Compile client-side Java
25
run: ./gradlew compileClientJava
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments