Skip to content

Commit 68db192

Browse files
committed
jdk 8, 11, 17
1 parent 20af1ae commit 68db192

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
java: [ 8, 11, 12, 13 ]
14+
java: [ 8, 11, 17 ]
1515

1616
name: Java ${{ matrix.java }} compile
1717
steps:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Java
2222
uses: actions/setup-java@v2
2323
with:
24-
distribution: 'adopt'
24+
distribution: 'zulu'
2525
java-package: jdk
2626
java-version: ${{ matrix.java }}
2727
cache: 'maven'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.felix</groupId>
123123
<artifactId>maven-bundle-plugin</artifactId>
124-
<version>4.2.0</version>
124+
<version>5.1.3</version>
125125
<extensions>true</extensions>
126126
<executions>
127127
<execution>

0 commit comments

Comments
 (0)