Skip to content

Commit

Permalink
publish: Configure POM
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Feb 25, 2021
1 parent d8d4816 commit 5e128c3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@ apply(plugin = "redmadrobot.detekt")

redmadrobot {
android.minSdk = 14
publishing.signArtifacts = true

publishing {
signArtifacts = true

pom {
setGitHubProject("RedMadRobot/itemsadapter")

licenses {
mit()
}

developers {
developer(id = "osipxd", name = "Osip Fatkullin", email = "[email protected]")
}
}
}
}

subprojects {
Expand Down

0 comments on commit 5e128c3

Please sign in to comment.