Merge branch '3.1.x'

This commit is contained in:
Marcin Grzejszczak
2022-06-13 10:06:58 +02:00
12 changed files with 135 additions and 0 deletions

View File

@@ -19,8 +19,13 @@ 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: