include kotlin stdlib in shadow jar

This commit is contained in:
Dewy REDACTED 2020-04-22 18:38:45 +01:00
parent fa89bc66ff
commit bebc4e9bfa
No known key found for this signature in database
GPG Key ID: 0CAA84A783228505
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ shadowJar {
include(dependency('org.javassist:javassist'))
include(dependency('com.github.MrPowerGamerBR:TemmieWebhook'))
include(dependency('com.github.kevinsawicki:http-request'))
include(dependency('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72'))
}
exclude 'dummyThing' // can someone explain why this is here
classifier = 'release'