Add 22.0.2 to ci
This commit is contained in:
parent
ee59627e90
commit
4f58426030
2 changed files with 13 additions and 1 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
version:
|
||||
- 21.0.2
|
||||
- 21.1.2
|
||||
- 22.0.0
|
||||
- 22.0.2
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
|
|
12
pom.xml
12
pom.xml
|
@ -199,6 +199,18 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- flatten fails because of groupId ${ee.maven.groupId} - skip -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>flatten-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default</id>
|
||||
<phase/>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue