Skip to content

Commit

Permalink
add publishing meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrTabolin authored Jul 25, 2024
1 parent 10a7d9f commit 7655813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/convention.publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mavenPublishing {
}

developers {
// developer(id = "coolest id", name = "the best name", email = "awesome email")
developer(id = "AleksandrTabolin", name = "Aleksandr Tabolin", email = "[email protected]")
}

setGitHubProject("RedMadRobot/Konfeature")
Expand Down
2 changes: 2 additions & 0 deletions konfeature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
convention.detekt
}

description = "Kotlin library for working with feature remote configuration"

kotlin {
explicitApi()
jvm()
Expand Down

0 comments on commit 7655813

Please sign in to comment.