diff --git a/.build.yml b/.build.yml
index 4e05ad6..156ffe3 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,9 +1,7 @@
-image: ubuntu/focal
+image: ubuntu/21.10
packages:
- - adoptopenjdk-11-hotspot-jre
+ - openjdk-17-jdk
- maven
-repositories:
- adoptopenjdk: https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ focal main 8AC3B29174885C03
sources:
- https://git.sr.ht/~crg/lingo
artifacts:
diff --git a/README.md b/README.md
index e402324..7a54b58 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ A word guessing game based on the [game show](https://en.wikipedia.org/wiki/Ling
#### JavaFX client
-- Requirements: Java 11, Maven 3
+- Requirements: Java 17, Maven 3
- Build: `mvn clean install`
- Start client: `mvn -f client javafx:run`
diff --git a/client/pom.xml b/client/pom.xml
index 28b7668..fe30900 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -12,7 +12,7 @@
Lingo :: Client
- 15.0.1
+ 17.0.1
https://lingo.gould.dev
@@ -52,23 +52,14 @@
org.openjfx
javafx-maven-plugin
- 0.0.5
+ 0.0.8
- dev.gould.lingo.client.bootstrap.LingoClient
+ dev.gould.lingo.client/dev.gould.lingo.client.bootstrap.LingoClient
-
- org.codehaus.mojo
- exec-maven-plugin
- 3.0.0
-
- dev.gould.lingo.client.bootstrap.LingoClient
- true
-
-
diff --git a/pom.xml b/pom.xml
index fa20b79..ef84380 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.4.4
+ 2.6.2
dev.gould
@@ -17,7 +17,7 @@
UTF-8
- 11
+ 17
diff --git a/server/pom.xml b/server/pom.xml
index 0b6bd90..a41a8f9 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -45,17 +45,18 @@
com.google.cloud.tools
jib-maven-plugin
- 2.8.0
+ 3.1.4
- adoptopenjdk:11-jre-hotspot
+ eclipse-temurin:17-jre
docker.io/charego/lingo
+ dev.gould.lingo.server.LingoServer
8080
diff --git a/system.properties b/system.properties
index 9146af5..eafd676 100644
--- a/system.properties
+++ b/system.properties
@@ -1 +1 @@
-java.runtime.version=11
+java.runtime.version=17