We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e306a6 commit dba7cc8Copy full SHA for dba7cc8
1 file changed
build.gradle
@@ -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
13
import org.gradle.internal.jvm.Jvm
14
import org.apache.tools.ant.util.TeeOutputStream
15
boolean debug = false
@@ -111,8 +123,8 @@ class Tags {
111
123
}
112
124
113
125
114
-
115
126
subprojects {
127
+ apply plugin: 'me.champeau.gradle.jmh'
116
128
apply plugin: 'java'
117
129
118
130
sourceCompatibility = '1.8'
0 commit comments