mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2024-11-22 00:03:57 +00:00
It is simple builder of gradle scripts for publication of Kotlin Multiplatform/Kotlin JVM/Java applications to MavenCentral and other target repositories
.github | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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