Skip to content

Commit 172d186

Browse files
Merge branch 'master' into coroutines_course_empty
# Conflicts: # .github/workflows/build_and_test.yml
2 parents fd7602e + 356ad72 commit 172d186

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212

13-
- name: Set up JDK 17
14-
uses: actions/setup-java@v3
13+
- name: Set Up JDK
14+
uses: actions/setup-java@v1
1515
with:
16-
distribution: 'temurin'
17-
java-version: '17'
16+
java-version: 1.17
1817

1918
- name: Run Tests
2019
run: ./gradlew test

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)