Skip to content

Commit

Permalink
add mainClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaxGr committed Dec 17, 2020
1 parent ad38ffa commit 53d65b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.21'

}
apply plugin: 'kotlin'
apply plugin: 'application'

group 'de.maaxgr.ktor.globalcalldata'
version '1.0'
mainClassName = "de.maaxgr.ktor.globalcalldata.MainKt"

repositories {
mavenLocal()
Expand Down

0 comments on commit 53d65b7

Please sign in to comment.