autaut03 / kottle

Kotlin language provider for Forge 1.13.2+
GNU Lesser General Public License v3.0
30 stars 13 forks source link

Output a slim jar when building #22

Closed autaut03 closed 4 years ago

mattmess1221 commented 4 years ago

It works perfectly!

repositories {
  maven("https://jitpack.io") {
    name = "JitPack"
  }
}
dependencies {
  implementation("com.github.autaut03.kottle:Kottle:slim-jar-SNAPSHOT:slim")
}
autaut03 commented 4 years ago

Nice. Thank you for testing it, haven't had time to look into it.

autaut03 commented 4 years ago

I've published a slim jar for existing Kottle version 1.4.0. You should be able to just add a ":slim" suffix to the dependency: implementation "kottle:Kottle:$kottleVersion:slim"