From 215731ebcb9a959a5f4cf73995e45f9315c173b2 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Thu, 23 Feb 2023 12:47:31 +0100 Subject: [PATCH] Release 0.7.0 --- README.adoc | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ae6dd59d..4407d85c 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = JMH Gradle Plugin :jmh-version: 1.36 -:plugin-version: 0.6.8 +:plugin-version: 0.7.0 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"] diff --git a/gradle.properties b/gradle.properties index 5ec7dc7d..94f0eedb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=me.champeau.jmh -version=0.6.9-SNAPSHOT +version=0.7.0 project_description=Integrates the JMH microbenchmarking framework with Gradle, providing conventional ways to setup sources and execute micro-benchmarks with JMH. Also known as the jmh-gradle-plugin. project_website=https://github.com/melix/jmh-gradle-plugin @@ -13,4 +13,4 @@ spockVersion = 2.3-groovy-3.0 org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 org.gradle.parallel=true -org.gradle.caching=true \ No newline at end of file +org.gradle.caching=true