Skip to content

Commit 8c04f57

Browse files
authored
Merge pull request BruceEckel#16 from BruceEckel/jmh-plugin
add jmh plugin
2 parents 1e306a6 + dba7cc8 commit 8c04f57

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

build.gradle

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
buildscript {
2+
repositories {
3+
mavenLocal()
4+
jcenter()
5+
mavenCentral()
6+
}
7+
}
8+
9+
plugins {
10+
id 'me.champeau.gradle.jmh' version '0.3.0'
11+
}
12+
113
import org.gradle.internal.jvm.Jvm
214
import org.apache.tools.ant.util.TeeOutputStream
315
boolean debug = false
@@ -111,8 +123,8 @@ class Tags {
111123
}
112124
}
113125

114-
115126
subprojects {
127+
apply plugin: 'me.champeau.gradle.jmh'
116128
apply plugin: 'java'
117129

118130
sourceCompatibility = '1.8'

0 commit comments

Comments
 (0)