cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

Grade build #501

Closed ethauvin closed 5 years ago

ethauvin commented 5 years ago

This should emulate @pabl0rg maven build.

Standard gradle commands, like:

./gradlew pTML

to build to your local maven repo.

It seems to make slightly smaller fatjars than Kobalt itself, probably because of the shadow plugin. I haven't tested it very much, I figure you guys can play with it.

@cbeust You should be able to add your maven credentials and you could even use this plugin to upload to github.

ethauvin commented 5 years ago

Merged since there are no modifications to Kobalt's code.