Skip to content

Commit 17a8c44

Browse files
authored
Update build.gradle
1 parent e17430e commit 17a8c44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
plugins {
2+
id "com.netflix.nebula.netflixoss" version "11.3.1"
3+
id "me.champeau.jmh" version "0.7.1"
4+
}
5+
6+
allprojects {
7+
repositories {
8+
mavenCentral()
9+
}
10+
}
11+
112
subprojects {
213
apply plugin: 'nebula.netflixoss'
314
apply plugin: 'java-library'

0 commit comments

Comments
 (0)