Skip to content

Commit 285e115

Browse files
committed
update plugin
1 parent ccaff60 commit 285e115

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
allprojects {
22
version = "1.0.0"
3-
apply plugin: "java"
3+
apply plugin: "java-library"
44
}
55

66
subprojects {
7-
apply plugin: "java"
87
apply plugin: "jacoco"
9-
apply plugin: "maven"
108
apply plugin: "maven-publish"
119

1210
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)