corrected gradle build

This commit is contained in:
MaximZaitsev
2016-09-06 20:34:50 +03:00
parent a408506bf6
commit c7a0f0760d
-2
View File
@@ -43,7 +43,6 @@ jar {
manifest {
attributes("Implementation-Title": "Gradle",
"Implementation-Version": version,
"Class-Path": "kotlin-runtime-1.0.3.jar kotlin-stdlib-1.0.3.jar netty-all-4.1.2.Final.jar protokot-runtime.jar async-http-client-2.0.0-RC9.jar",
"Main-Class": "ServerMainKt")
}
@@ -52,7 +51,6 @@ jar {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "io.netty:netty-all:4.1.2.Final"
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.0.0-RC9'
compile files ("../proto/compiler/build/protokot-runtime.jar")