Skip to content

Commit

Permalink
chore: update for config
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 9, 2023
1 parent dc91652 commit 369519c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
}

group = "cc.unitmesh"
version = "0.1.1"
version = "0.1.2"

java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -64,7 +64,9 @@ allprojects {
}
}

configure(allprojects) {
configure(allprojects
- project(":examples")
) {
apply(plugin = "java-library")
apply(plugin = "maven-publish")
apply(plugin = "signing")
Expand Down

0 comments on commit 369519c

Please sign in to comment.