Nail Gilaziev
04/27/2018, 2:05 PMcom.github.jengelman.gradle.plugins:shadow:
I found in docs two different lines to applying this plugin:
1) apply plugin: 'com.github.johnrengelman.plugin-shadow'
here https://ktor.io/servers/deploy.html#fat-jar-gradle
2) apply plugin: "com.github.johnrengelman.shadow"
here https://ktor.io/quickstart/docker.html#package-an-application-using-gradle
What the diferences between them?
with second line I succesfully create a fatJar - this is definitely true. )
with first line yesterday I had a problems - but it is not exactly. Message about it I write earlier
https://kotlinlang.slack.com/archives/C0A974TJ9/p1524754499000390Deactivated User
04/27/2018, 2:13 PMDeactivated User
04/27/2018, 2:14 PM