We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb1c1a commit 92ff3f5Copy full SHA for 92ff3f5
2 files changed
.github/workflows/build-and-test.yml
@@ -11,11 +11,11 @@ jobs:
11
with:
12
fetch-depth: 0
13
14
- - name: Set up JDK 8
+ - name: Set up JDK 17
15
uses: actions/setup-java@v3
16
17
distribution: 'adopt'
18
- java-version: '8'
+ java-version: '17'
19
20
- name: Build with Maven
21
run: mvn --batch-mode --update-snapshots verify
.github/workflows/release-tags.yml
@@ -16,11 +16,11 @@ jobs:
- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
22
23
24
server-id: mavenpattern
25
server-username: MAVEN_DEPLOY_USER
26
server-password: MAVEN_DEPLOY_PASSWORD
0 commit comments