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 3a534e2 commit 0a2fb7eCopy full SHA for 0a2fb7e
.github/workflows/main.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ master ]
6
paths:
7
- 'src/**'
8
+ - 'pom.xml'
9
10
jobs:
11
build:
pom.xml
@@ -24,8 +24,8 @@
24
<artifactId>maven-compiler-plugin</artifactId>
25
<version>3.8.1</version>
26
<configuration>
27
- <source>16</source>
28
- <target>16</target>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
29
</configuration>
30
</plugin>
31
<plugin>
0 commit comments