Skip to content

Commit

Permalink
Downgrade to JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
nsychev committed Nov 13, 2024
1 parent 0fd0f37 commit 6537e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

* Java 21
* Java 17

## Setup

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group = "org.icpclive.balloons"
version = "0.0.1"

kotlin {
jvmToolchain(21)
jvmToolchain(17)
}

application {
Expand Down

0 comments on commit 6537e86

Please sign in to comment.