Skip to content

Commit 5342c32

Browse files
author
Soroosh Sarabadani
committed
release with java 11
1 parent 19c7e60 commit 5342c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Java and Maven
1111
uses: actions/setup-java@v1
1212
with:
13-
java-version: 1.8
13+
java-version: 11
1414
- name: change version to release version
1515
# Assume that RELEASE_VERSION will have form like: "v1.0.1". So we cut the "v"
1616
run: mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Java and Maven
3434
uses: actions/setup-java@v1
3535
with:
36-
java-version: 1.8
36+
java-version: 11
3737
- name: change version to release version
3838
run: |
3939
mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit

0 commit comments

Comments
 (0)