Skip to content

Commit a195411

Browse files
committed
fix settings file
1 parent 555f1a7 commit a195411

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/gradle_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
uses: gradle/gradle-build-action@v2
3030

3131
- name: run build script
32-
run: gradlew egg_1_max_p_threads:compileJava
33-
# working-directory: egg_1_max_p_threads
32+
run: ./gradlew egg_1_max_p_threads:compileJava

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include (
1+
include ([
22
'egg_1_max_p_threads'
3-
)
3+
])

0 commit comments

Comments
 (0)