Skip to content

Commit

Permalink
Downgrade Java to 17 for JBA plugin backward compatibility/ updated r…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
polischuks committed Oct 31, 2024
1 parent 86bb96b commit 5865a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ The plugin contains the following versions structure:
```gradle
hs {
java {
version = "21"
version = "17"
}
kotlin {
version = "2.0.0"
javaVersion = "21"
javaVersion = "17"
}
gradle {
Expand Down Expand Up @@ -89,5 +89,5 @@ hs.android.minSdkVersion
To override version you can assign needed version to the variables before using them:

```
hs.java.version = "21"
hs.java.version = "17"
```

0 comments on commit 5865a2e

Please sign in to comment.