aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu Sridharan <msridhar@gmail.com>2021-12-22 14:56:41 -0800
committerGitHub <noreply@github.com>2021-12-22 17:56:41 -0500
commit6af3cfbf00c469b200ce1b72de471ee342658145 (patch)
tree4ba6033c933b3c83aa779f16e2fb476effc7302f
parent3a52c312ecddc9790253c34bd8873bf531fc049b (diff)
downloadnullaway-6af3cfbf00c469b200ce1b72de471ee342658145.tar.gz
Pull jmh Gradle plugin version to top level (#526)
This better matches how we list versions for other plugins.
-rw-r--r--build.gradle1
-rw-r--r--jmh/build.gradle2
2 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 245f10d..aad03ea 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,6 +32,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "6.1.0" apply false
id "com.github.nbaztec.coveralls-jacoco" version "1.2.5" apply false
id "com.android.application" version "3.5.0" apply false
+ id "me.champeau.jmh" version "0.6.6" apply false
}
repositories {
diff --git a/jmh/build.gradle b/jmh/build.gradle
index e8b09f1..ab25b2f 100644
--- a/jmh/build.gradle
+++ b/jmh/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
- id "me.champeau.jmh" version "0.6.6"
+ id 'me.champeau.jmh'
}
configurations {