Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Aug 29, 2022
1 parent 1ae3cbb commit dc8efcb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.6.7
-------------
* Fix compatibility with Gradle 8
Version 0.6.6
-------------
* Modify Kotlin functional test to support "internal" code
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= JMH Gradle Plugin
:jmh-version: 1.29
:plugin-version: 0.6.6
:jmh-version: 1.35
:plugin-version: 0.6.7

image:https://github.com/melix/jmh-gradle-plugin/workflows/Main/badge.svg["Build Status", link="https://github.com/melix/jmh-gradle-plugin/actions?query=workflow%3AMain"]
image:https://img.shields.io/coveralls/melix/jmh-gradle-plugin/master.svg["Coverage Status (coveralls)", link="https://coveralls.io/r/melix/jmh-gradle-plugin"]
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-java/groovy-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
plugins {
id 'java-library'
id "me.champeau.jmh" version "0.6.6"
id "me.champeau.jmh" version "0.6.7"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-java/kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
plugins {
`java-library`
id("me.champeau.jmh") version "0.6.6"
id("me.champeau.jmh") version "0.6.7"
}

repositories {
Expand Down

0 comments on commit dc8efcb

Please sign in to comment.