diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ecf13d..8a9339a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 19 uses: actions/setup-java@v2 with: - java-version: '17' + java-version: '19' distribution: 'adopt' - name: Build with Maven run: | @@ -44,10 +44,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 19 uses: actions/setup-java@v2 with: - java-version: '17' + java-version: '19' distribution: 'adopt' - name: Build with Maven run: | @@ -74,10 +74,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 19 uses: actions/setup-java@v2 with: - java-version: '17' + java-version: '19' distribution: 'adopt' - name: Build with Maven run: | diff --git a/README.md b/README.md index a4fa4f8..ae349af 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ To uninstall, use Windows control panel, as you would expect. - Download the latest `osci-render-os-VERSION.jar` from [Releases](https://github.com/jameshball/osci-render/releases) - Download the version that is relevant to your OS, otherwise the program will not open - i.e. `osci-render-win-VERSION.jar` for Windows and `osci-render-unix-VERSION.jar` for Linux -- Download and install [Java 17 or later](https://www.oracle.com/java/technologies/downloads/) +- Download and install [Java 19 or later](https://www.oracle.com/java/technologies/downloads/) - Run the following command from your terminal to run the `.jar`, substituting the correct path to your `.jar` file - `java "-Dfile.encoding=UTF8" -jar "PATH/TO/osci-render-os-VERSION.jar"` - Start rendering! @@ -177,7 +177,7 @@ To uninstall, use Windows control panel, as you would expect. I am using Maven for dependency management and to package the program. Doing the following will setup the project. I highly recommend using IntelliJ. -- Download and install [Java 17 or later](https://www.oracle.com/java/technologies/downloads/) +- Download and install [Java 19 or later](https://www.oracle.com/java/technologies/downloads/) - Run `git clone git@github.com:jameshball/osci-render.git` - Open the project in IntelliJ - I use [SceneBuilder](https://gluonhq.com/products/scene-builder/) to edit the GUI diff --git a/pom.xml b/pom.xml index 6c27f1a..9317d74 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 17 - 17.0.1 + 19 + 19 sh.ball.gui.Launcher