Skip to content

Commit

Permalink
Merge pull request #90 from emreyigit/fix-old-csharp-java-check
Browse files Browse the repository at this point in the history
Use hz.ps1 with no Java check.
  • Loading branch information
emreyigit authored Feb 9, 2024
2 parents 9c662c1 + c2cf031 commit d44f257
Show file tree
Hide file tree
Showing 2 changed files with 2,662 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/server_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,15 @@ jobs:
cp ${{github.workspace}}\utils\net\utils.ps1 ${{github.workspace}}\tag\build\utils.ps1
./hz-latest.ps1 copy-files -copy-files-source ${{github.workspace}}\utils\net\ssl
- name: Use hz.ps1 with no Java Version Check Script for Client < 5.3.1
id: backport-no-java-check
if: ${{ ((steps.version.outputs.major == '5' && steps.version.outputs.minor < '4') || (steps.version.outputs.major == '4')) }}
shell: pwsh
working-directory: tag
run: |
cp ${{github.workspace}}\utils\net\no-java-check\hz.ps1 ${{github.workspace}}\tag\hz.ps1
cp ${{github.workspace}}\utils\net\utils.ps1 ${{github.workspace}}\tag\build\utils.ps1
- name: Build
shell: pwsh
working-directory: tag
Expand Down
Loading

0 comments on commit d44f257

Please sign in to comment.