Skip to content

Commit 3322279

Browse files
authored
Merge pull request #42 from ipinfo/usama/strict-jdk-17
Updating minimum JDK required version
2 parents b340680 + 37ea694 commit 3322279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
target/
33
.vim/
4+
out/

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,9 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.7.0</version>
130+
<version>3.11.0</version>
131131
<configuration>
132-
<source>1.8</source>
133-
<target>1.8</target>
132+
<release>17</release>
134133
</configuration>
135134
</plugin>
136135
<plugin>

0 commit comments

Comments
 (0)