cbeust / kobalt

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

application plugin changes where kobalt assembles jar #434

Closed pabl0rg closed 7 years ago

pabl0rg commented 7 years ago

is it intentional that when no application directive is used, kobalt places assembled jars in kobaltBuild/libs and when application is used, assembled fatJars land in libs?

cbeust commented 7 years ago

Nope, definitely a bug, and should be easy to fix.

cbeust commented 7 years ago

I can't reproduce this. I added an empty application{} and all the jar files are in kobaltBuild/libs.

Can you link to a project that reproduces this?

Thanks.