Skip to content

Commit

Permalink
📝 :: Modify build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Jun 17, 2024
1 parent 03da81b commit 53ee094
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions JDS-component/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ plugins {
id("kotlin-kapt")
}

publishing {
afterEvaluate {
publishing {
publications {
register("release", MavenPublication::class) {
from(components["release"])
version = "1.0.1"
artifactId = "JDS"
groupId = "com.jusicool"
}
afterEvaluate {
publishing {
publications {
register("release", MavenPublication::class) {
from(components["release"])
version="1.0.2"
artifactId="JDS"
groupId="com.github.jds"
}
}
}
Expand Down

0 comments on commit 53ee094

Please sign in to comment.