mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-09-15 13:29:46 +00:00
start to fix some things
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user