Update compatibility table for 1.20.0 (#4725)

This commit is contained in:
Nicola Corti
2022-04-16 10:41:29 +02:00
committed by GitHub
parent 2ec1d76f4c
commit 83268d28f1
2 changed files with 4 additions and 3 deletions

View File

@@ -112,9 +112,9 @@ If you want to use a SNAPSHOT version, you can find more info on [this documenta
Gradle 6.1+ is the minimum requirement. However, the recommended versions together with the other tools recommended versions are:
| Detekt Version | Gradle | Kotlin | AGP | Java Target Level | JDK Max Version |
| -------------- | ------ | ------ | --- | ----------------- | --------------- |
| `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2`| `1.8` | `17` |
| Detekt Version | Gradle | Kotlin | AGP | Java Target Level | JDK Max Version |
| -------------- | ------- | -------- | ------- | ----------------- | --------------- |
| `1.20.0` | `7.4.2` | `1.6.20` | `7.1.3` | `1.8` | `17` |
The list of [recommended versions for previous detekt version is listed here](https://detekt.dev/compatibility.html).

View File

@@ -28,6 +28,7 @@ Consider **aligning** your Gradle plugin versions with the one listed below, as
| Detekt Version | Gradle Version | Kotlin Version | AGP Version | Java Target Level | JDK Version |
| -------------- | -------------- | -------------- | ----------- | ----------------- | ----------- |
| `1.20.0` | `7.4.2` | `1.6.20` | `7.1.3` | `1.8` | `17` |
| `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2` | `1.8` | `17` |
| `1.18.0` | `7.0.1` | `1.5.21` | `4.2.0` | `1.8` | `16` |
| `1.17.0` | `7.0.1` | `1.4.32` | `4.2.0` | `1.8` | `15` |