We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aa493 commit fae83f8Copy full SHA for fae83f8
.github/workflows/actions.yml
@@ -65,7 +65,7 @@ jobs:
65
- uses: actions/setup-java@v3
66
with:
67
distribution: 'temurin'
68
- java-version: 8
+ java-version: 11
69
- name: Publish to Maven Central
70
run: |
71
if [[ $(git tag --points-at HEAD) != '' ]]; then
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
- java-version: '8'
+ java-version: '11'
97
- name: Upload Example Zips
98
run: ./mill uploadToGithub
99
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
- name: Generate Website
117
118
cd docs
0 commit comments