File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/setup-java@v4
26
26
with :
27
27
distribution : ' adopt'
28
- java-version : ' 8 '
28
+ java-version : 17
29
29
cache : ' sbt'
30
30
- name : Build MSI package
31
31
run : sbt 'dist-win-x86_64/Windows/packageBin'
Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ jobs:
898
898
# Ensure that version starts with prefix 3.
899
899
# In the future it can be adapted to compare with git tag or version set in the project/Build.scala
900
900
version : " 3."
901
- java-version : 8
901
+ java-version : 17
902
902
903
903
build-sdk-package :
904
904
uses : ./.github/workflows/build-sdk.yml
@@ -909,7 +909,7 @@ jobs:
909
909
github.event_name == 'push' ||
910
910
github.event_name == 'merge_group'
911
911
with :
912
- java-version : 8
912
+ java-version : 17
913
913
914
914
build-chocolatey-package :
915
915
uses : ./.github/workflows/build-chocolatey.yml
@@ -923,6 +923,6 @@ jobs:
923
923
uses : ./.github/workflows/test-chocolatey.yml
924
924
with :
925
925
version : 3.6.0-SNAPSHOT # Fake version, used only for choco tests
926
- java-version : 8
926
+ java-version : 17
927
927
if : github.event_name == 'pull_request' && contains(github.event.pull_request.body, '[test_chocolatey]')
928
928
needs : [ build-chocolatey-package ]
Original file line number Diff line number Diff line change 60
60
needs : build-chocolatey
61
61
with :
62
62
version : ${{ inputs.version }}
63
- java-version : 8
63
+ java-version : 17
64
64
publish-chocolatey :
65
65
uses : ./.github/workflows/publish-chocolatey.yml
66
66
needs : [ build-chocolatey, test-chocolatey ]
69
69
secrets :
70
70
API-KEY : ${{ secrets.CHOCOLATEY_KEY }}
71
71
72
- # TODO: ADD RELEASE WORKFLOW TO CHOCOLATEY AND OTHER PACKAGE MANAGERS HERE
72
+ # TODO: ADD RELEASE WORKFLOW TO CHOCOLATEY AND OTHER PACKAGE MANAGERS HERE
You can’t perform that action at this time.
0 commit comments