compile also kotlin plugin into jar

This commit is contained in:
Lukas-Heiligenbrunner 2020-02-28 12:16:29 +01:00
parent 8b1d2bd583
commit aa023aeb95

View File

@ -29,7 +29,7 @@ sourceSets {
dependencies {
compile group: 'org.eclipse.paho', name: 'org.eclipse.paho.client.mqttv3', version: '1.2.2'
compile group: 'mysql',name:'mysql-connector-java',version: '8.0.18'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
task run (type: JavaExec){