mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2025-09-01 22:39:17 +00:00
add dockerfile environment
This commit is contained in:
@@ -28,3 +28,8 @@ dependencies {
|
||||
application {
|
||||
mainClassName = 'telegram_bot.AppKt'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
Reference in New Issue
Block a user