Commit 88bdde07 authored by Konstantin Munichev's avatar Konstantin Munichev Committed by Lluis Gifre Renom
Browse files

Add runServer task to start the server

parent 703208ad
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -98,6 +98,12 @@ application {
    mainClass.set("MainKt")
}

task("runServer", JavaExec::class) {
    main = "grpc.FabricServerKt"
    classpath = sourceSets["main"].runtimeClasspath
}


sourceSets {
    main {
        proto {