Skip to content

Commit 4179254

Browse files
committed
chore: Up Java.
1 parent bb32e10 commit 4179254

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<artifactId>Lavalink-Client</artifactId>
88
<version>1.0.0</version>
99

10+
<properties>
11+
<javaVersion>17</javaVersion>
12+
</properties>
13+
1014
<repositories>
1115
<repository>
1216
<id>ll-snapshots</id>
@@ -107,8 +111,8 @@
107111
<artifactId>maven-compiler-plugin</artifactId>
108112
<version>3.13.0</version>
109113
<configuration>
110-
<source>${java.version}</source>
111-
<target>${java.version}</target>
114+
<source>${javaVersion}</source>
115+
<target>${javaVersion}</target>
112116
</configuration>
113117
</plugin>
114118
<plugin>

0 commit comments

Comments
 (0)