diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6025baf..a81182f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 8 + java-version: 17 - name: Build with Maven run: ./mvnw --batch-mode --errors --fail-at-end --show-version package diff --git a/README.md b/README.md index b289823..b7024d9 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Proxy for the [RoboCup 3D Soccer Simulation League](http://wiki.robocup.org/wiki The Simspark Agent Proxy is a proxy for client agents, connecting to the Simspark server. Its main purpose is to ensure independence of network issues/delays, by monitoring think cycle times of agents on the client machine. -The proxy is developed using Java 1.8. +The proxy is developed using Java 17. ![Runtime architecture](screenshots/magmaProxy.png) diff --git a/pom.xml b/pom.xml index f3b566c..6e5d6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ maven-compiler-plugin 3.10.1 - 1.8 - 1.8 + 17 + 17 true