Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Jun 20, 2024
1 parent ccaff60 commit 285e115
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
allprojects {
version = "1.0.0"
apply plugin: "java"
apply plugin: "java-library"
}

subprojects {
apply plugin: "java"
apply plugin: "jacoco"
apply plugin: "maven"
apply plugin: "maven-publish"

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 285e115

Please sign in to comment.