Skip to content

Commit 5865a2e

Browse files
committed
Downgrade Java to 17 for JBA plugin backward compatibility/ updated readme
1 parent 86bb96b commit 5865a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The plugin contains the following versions structure:
3232
```gradle
3333
hs {
3434
java {
35-
version = "21"
35+
version = "17"
3636
}
3737
3838
kotlin {
3939
version = "2.0.0"
40-
javaVersion = "21"
40+
javaVersion = "17"
4141
}
4242
4343
gradle {
@@ -89,5 +89,5 @@ hs.android.minSdkVersion
8989
To override version you can assign needed version to the variables before using them:
9090

9191
```
92-
hs.java.version = "21"
92+
hs.java.version = "17"
9393
```

0 commit comments

Comments
 (0)