diff options
| author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-06 18:36:03 +0500 | 
|---|---|---|
| committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-06 18:36:03 +0500 | 
| commit | fd789327bcd4f3416cc1a16074ca57147c19d952 (patch) | |
| tree | 627b0ea7255d5ce3bf276d21a15d90c35f8da0b5 | |
| parent | 31f80d172b1e5122c44bfb10ef941b28e9769f01 (diff) | |
Fixed mainClassName
| -rw-r--r-- | build.gradle | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/build.gradle b/build.gradle index 400c761..67796df 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,8 @@ repositories {      mavenCentral()  } -mainClassName = "files.App" + +mainClassName = "com.mavlonerkinboev.animarfo.telegram.bot.Bot"  dependencies {      implementation group: 'com.github.pengrad', name: 'java-telegram-bot-api', version: '5.2.0' |