Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 4ac3267

Browse files
committed
Make it back Java 8
1 parent 9f280f7 commit 4ac3267

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/maven.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
build:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26-
with:
27-
jdk-matrix: '[ "23", "21", "17" ]'
2826

2927
deploy:
3028
name: Deploy

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
</distributionManagement>
3232

3333
<properties>
34-
<javaVersion>17</javaVersion>
3534
<project.build.outputTimestamp>2023-10-21T21:30:57Z</project.build.outputTimestamp>
3635
</properties>
3736

0 commit comments

Comments
 (0)