Skip to content

Commit

Permalink
add maven
Browse files Browse the repository at this point in the history
  • Loading branch information
lintao.song committed Aug 16, 2022
1 parent c002f54 commit a9a3ffc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions timer_bus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
}
group = 'com.syiyi'
version = '1.0.0'

android {
compileSdk 32

Expand Down Expand Up @@ -41,9 +40,9 @@ afterEvaluate {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components.release
groupId = group
groupId = "com.syiyi"
artifactId = 'timerbus'
version = version
version = '1.0.0'
}
}
}
Expand Down

0 comments on commit a9a3ffc

Please sign in to comment.