Skip to content

Commit 31f9c09

Browse files
authored
chore(build): avoid double usage of the java plugin
1 parent a080ab0 commit 31f9c09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
java
32
jacoco
43
`maven-publish`
54
`java-library`
@@ -92,4 +91,4 @@ publishing {
9291
}
9392
}
9493
}
95-
}
94+
}

0 commit comments

Comments
 (0)