It is simple builder of gradle scripts for publication of Kotlin Multiplatform/Kotlin JVM/Java applications to MavenCentral and other target repositories
Go to file
2021-02-28 01:26:11 +06:00
.github Add files via upload 2021-02-28 01:19:49 +06:00
gradle/wrapper init 2021-02-28 00:41:24 +06:00
src/main init 2021-02-28 00:41:24 +06:00
.gitignore init 2021-02-28 00:41:24 +06:00
build.gradle init 2021-02-28 00:41:24 +06:00
gradle.properties init 2021-02-28 00:41:24 +06:00
gradlew init 2021-02-28 00:41:24 +06:00
gradlew.bat init 2021-02-28 00:41:24 +06:00
LICENSE Initial commit 2019-11-20 14:51:40 +00:00
README.md Update README.md 2021-02-28 01:26:11 +06:00
settings.gradle init 2021-02-28 00:41:24 +06:00

KotlinMppPublicationBuilder

This application was created to decrease routine in process of project creating. Currently this tool can:

  • Create publish.gradle file with
    • Customizable project name and description
    • Autoloading and filling license info
    • Optional GPG signing
    • Opportunity to automatically include MavenCentral (Sonatype) repository as target repo
    • Include different developers with their nicknames and e-mails
  • Create configuration file with extension kpsb to be able to reconfigure publication in future via this app and simply update after new versions of application will be created

Screenshots

Clear state

License autofilling

Developers