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 20af1ae commit 68db192Copy full SHA for 68db192
.github/workflows/maven.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- java: [ 8, 11, 12, 13 ]
+ java: [ 8, 11, 17 ]
15
16
name: Java ${{ matrix.java }} compile
17
steps:
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Java
22
uses: actions/setup-java@v2
23
with:
24
- distribution: 'adopt'
+ distribution: 'zulu'
25
java-package: jdk
26
java-version: ${{ matrix.java }}
27
cache: 'maven'
pom.xml
@@ -121,7 +121,7 @@
121
<plugin>
122
<groupId>org.apache.felix</groupId>
123
<artifactId>maven-bundle-plugin</artifactId>
124
- <version>4.2.0</version>
+ <version>5.1.3</version>
125
<extensions>true</extensions>
126
<executions>
127
<execution>
0 commit comments