add jmh plugin

This commit is contained in:
James Ward 2016-08-03 13:24:58 -06:00
parent 1e306a6736
commit dba7cc874e

View File

@ -1,3 +1,15 @@
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
}
plugins {
id 'me.champeau.gradle.jmh' version '0.3.0'
}
import org.gradle.internal.jvm.Jvm
import org.apache.tools.ant.util.TeeOutputStream
boolean debug = false
@ -111,8 +123,8 @@ class Tags {
}
}
subprojects {
apply plugin: 'me.champeau.gradle.jmh'
apply plugin: 'java'
sourceCompatibility = '1.8'