Skip to content

Commit

Permalink
Prepare for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Sep 3, 2023
1 parent 3c1d554 commit ab619b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In your `build.gradle(.kts)` file:

```kotlin
plugins {
id("org.nosphere.apache.rat") version "0.8.0"
id("org.nosphere.apache.rat") version "0.8.1"
}
```

Expand Down Expand Up @@ -117,10 +117,11 @@ Execution failed for task ':rat'.

| Plugin | Min Java | Min Gradle | Max Gradle | [Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) | [Build Cache](https://docs.gradle.org/current/userguide/build_cache.html)
|---------| -------- | ---------- | ---------- | --- | ---
| `0.8.0` | `1.8` | `6.0` | `8.x` | 🟒 | 🟒
| `0.7.1` | `1.8` | `6.0` | `7.x` | 🟒 | 🟒
| `0.7.0` | `1.8` | `6.0` | `7.x` | 🟒 | 🟒
| `0.6.0` | `1.6` | `4.7` | `6.x` | 🟒 | 🟒
| `0.8.1` | `1.8` | `6.0` | `8.x` | 🟒 | 🟒
| `0.8.0` | `1.8` | `6.0` | `8.x` | 🟑 | 🟒
| `0.7.1` | `1.8` | `6.0` | `7.x` | 🟑 | 🟒
| `0.7.0` | `1.8` | `6.0` | `7.x` | 🟑 | 🟒
| `0.6.0` | `1.6` | `4.7` | `6.x` | 🟑 | 🟒
| `0.5.3` | `1.6` | `4.7` | `6.x` | πŸ”΄ | 🟒
| `0.5.2` | `1.6` | `4.7` | `6.x` | πŸ”΄ | 🟒
| `0.5.1` | `1.6` | `4.7` | `5.x` | πŸ”΄ | 🟒
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
}

group = "org.nosphere.apache"
version = "0.8.1-SNAPSHOT"
version = "0.8.1"

gradlePlugin {
website = "https://github.com/eskatos/creadur-rat-gradle"
Expand Down

0 comments on commit ab619b7

Please sign in to comment.