Skip to content

Commit

Permalink
🔖 v0.0.4 릴리즈 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bngsh committed Dec 8, 2022
1 parent 4bbbdfc commit 695688f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runningdata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
jvmTarget = "11"
}
publishing {
singleVariant("release") {
singleVariant("runningdata") {
withSourcesJar()
withJavadocJar()
}
Expand All @@ -53,8 +53,8 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId = "com.github.boostcampwm-2022"
artifactId = "mogarkrun-running"
version = "1.0.0"
artifactId = "runningdata"
version = "v0.0.4"
}
}
}
Expand Down

0 comments on commit 695688f

Please sign in to comment.