Fix invalid samples branch
This commit is contained in:
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@@ -19,13 +19,8 @@ jobs:
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
<<<<<<< HEAD
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
=======
|
||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: 8
|
||||
>>>>>>> 3.1.x
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user