add jmh plugin
This commit is contained in:
parent
1e306a6736
commit
dba7cc874e
14
build.gradle
14
build.gradle
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user