Skip to content

Commit

Permalink
Update to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jedlimlx committed Aug 26, 2023
1 parent 8c6bf09 commit fdc4878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -78,10 +78,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/gui/DataDisplay.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import gui.charts.line.LineChart
import gui.charts.line.LineChartData
import gui.charts.line.render.SolidLineDrawer
import gui.charts.line.render.point.FilledCircularPointDrawer
import gui.charts.simpleChartAnimation


abstract class GraphData
Expand Down

0 comments on commit fdc4878

Please sign in to comment.