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 555f1a7 commit a195411Copy full SHA for a195411
.github/workflows/gradle_build.yml
@@ -29,5 +29,4 @@ jobs:
29
uses: gradle/gradle-build-action@v2
30
31
- name: run build script
32
- run: gradlew egg_1_max_p_threads:compileJava
33
- # working-directory: egg_1_max_p_threads
+ run: ./gradlew egg_1_max_p_threads:compileJava
settings.gradle
@@ -1,3 +1,3 @@
1
-include (
+include ([
2
'egg_1_max_p_threads'
3
-)
+])
0 commit comments