Updated application location, as well as bumped version number

This commit is contained in:
Anthony Cicchetti 2019-06-15 14:34:34 -04:00
parent 45bc136580
commit bd826bcf34

View file

@ -8,7 +8,7 @@ plugins {
} }
group = "com.anthonycicchetti" group = "com.anthonycicchetti"
version = "0.1.0" version = "0.1.1"
repositories { repositories {
mavenCentral() mavenCentral()
@ -24,7 +24,7 @@ dependencies {
} }
application { application {
mainClassName = "MainKt" mainClassName = "com.anthonycicchetti.slackbot.MainKt"
} }
tasks.withType<KotlinCompile> { tasks.withType<KotlinCompile> {