Skip to content

Commit 5f70e8f

Browse files
committedJul 25, 2023
Bump Java to 17.
1 parent e26535d commit 5f70e8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎software/octoglowd/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
set -u
55

6-
JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ mvn -DskipTests package
6+
JAVA_HOME=/usr/lib/jvm/java-17-openjdk/ mvn -DskipTests package
77

88
OCTOGLOW_HOST='octoglow'
99
JAR_FILE='target/octoglowd-1.0-SNAPSHOT-jar-with-dependencies-with-exclude-files.jar'

‎software/octoglowd/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
15+
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
1616
<main.class>eu.slomkowski.octoglow.octoglowd.MainKt</main.class>
1717

1818
<kotlin.version>1.8.22</kotlin.version>
@@ -287,8 +287,8 @@
287287
</execution>
288288
</executions>
289289
<configuration>
290-
<source>11</source>
291-
<target>11</target>
290+
<source>17</source>
291+
<target>17</target>
292292
</configuration>
293293
</plugin>
294294
<plugin>

0 commit comments

Comments
 (0)