Skip to content

Commit

Permalink
configure maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Roumy committed Jun 23, 2023
1 parent f913091 commit 24e26a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions multiDatePicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,20 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
groupId = "com.playmoweb"
artifactId = "multiDatePicker"
version = "1.0"

afterEvaluate {
from(components["release"])
}
}
}
}
}

0 comments on commit 24e26a1

Please sign in to comment.