start to fix some things

This commit is contained in:
2020-11-08 19:23:01 +06:00
parent 4dbf526af7
commit 3f46ed032c
6 changed files with 20 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ plugins {
id 'application'
}
project.group="dev.inmo"
project.version="$version"
repositories {
jcenter()
mavenCentral()
@@ -29,5 +32,5 @@ dependencies {
}
application {
mainClassName = 'telegram_bot.AppKt'
mainClassName = 'dev.inmo.plagubot.AppKt'
}