Skip to content

Commit

Permalink
noref: Refactor documentation (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarari authored Apr 1, 2023
1 parent a1ab0b7 commit 1d1dffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

# Changelog

## 1.0.0-beta9
* Fix critical issues

## 1.0.0-beta8
* [Feature 81](https://github.com/janbarari/gradle-analytics-plugin/issues/81)
* Used/Available worker count added in console report
Expand Down
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Apply the Gradle Plugin to the root of your project.
=== "Kotlin"
``` kotlin
plugins {
id("io.github.janbarari.gradle-analytics-plugin") version "1.0.0-beta8"
id("io.github.janbarari.gradle-analytics-plugin") version "1.0.0-beta9"
}
```
=== "Groovy"
``` groovy
plugins {
id 'io.github.janbarari.gradle-analytics-plugin' version '1.0.0-beta8'
id 'io.github.janbarari.gradle-analytics-plugin' version '1.0.0-beta9'
}
```
[For legacy plugin application, see the Gradle Plugin Portal.](https://plugins.gradle.org/plugin/io.github.janbarari.gradle-analytics-plugin)
Expand Down

0 comments on commit 1d1dffb

Please sign in to comment.