Skip to content

Commit 0a2fb7e

Browse files
committed
update pom.xml
1 parent 3a534e2 commit 0a2fb7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
paths:
77
- 'src/**'
8+
- 'pom.xml'
89

910
jobs:
1011
build:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<artifactId>maven-compiler-plugin</artifactId>
2525
<version>3.8.1</version>
2626
<configuration>
27-
<source>16</source>
28-
<target>16</target>
27+
<source>${java.version}</source>
28+
<target>${java.version}</target>
2929
</configuration>
3030
</plugin>
3131
<plugin>

0 commit comments

Comments
 (0)