Updated application location, as well as bumped version number
This commit is contained in:
parent
45bc136580
commit
bd826bcf34
1 changed files with 2 additions and 2 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue