Skip to content

Commit

Permalink
Merge pull request #21 from RandomJusicool/20-publish-jds
Browse files Browse the repository at this point in the history
πŸ”€ :: (#20) - Modify build.gradle
  • Loading branch information
audgns10 authored Jun 17, 2024
2 parents dd7b177 + 53ee094 commit 42beb19
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 42beb19

Please sign in to comment.