-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.6.24' into main
- Loading branch information
Showing
2,493 changed files
with
19,225 additions
and
32,243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,17 +44,17 @@ jobs: | |
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.8 | ||
- name: Use JDK 17 | ||
- name: Use JDK 21 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' # See 'Supported distributions' for available options | ||
java-version: '17' | ||
java-version: '21' | ||
- name: Configure gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-read-only: ${{ github.ref != 'refs/heads/develop' }} | ||
- name: Start synapse server | ||
uses: michaelkaye/[email protected].4 | ||
uses: michaelkaye/[email protected].5 | ||
with: | ||
uploadLogs: true | ||
httpPort: 8080 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ jobs: | |
with: | ||
lfs: true | ||
fetch-depth: 0 | ||
- name: Use JDK 17 | ||
- name: Use JDK 21 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' # See 'Supported distributions' for available options | ||
java-version: '17' | ||
java-version: '21' | ||
- name: Configure gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.8 | ||
- uses: michaelkaye/[email protected].4 | ||
- uses: michaelkaye/[email protected].5 | ||
with: | ||
uploadLogs: true | ||
httpPort: 8080 | ||
|
@@ -139,11 +139,11 @@ jobs: | |
# cancel-in-progress: true | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - name: Use JDK 17 | ||
# - name: Use JDK 21 | ||
# uses: actions/setup-java@v4 | ||
# with: | ||
# distribution: 'temurin' # See 'Supported distributions' for available options | ||
# java-version: '17' | ||
# java-version: '21' | ||
# - name: Configure gradle | ||
# uses: gradle/actions/setup-gradle@v3 | ||
# with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.