SimpleTelegramAbilityBot/build.gradle

19 lines
312 B
Groovy
Raw Normal View History

2017-12-28 11:02:17 +03:00
group 'ru.bvn13'
version '1.0-SNAPSHOT'
apply plugin: 'idea'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile group: 'org.telegram', name: 'telegrambots-abilities', version: '3.5'
testCompile group: 'junit', name: 'junit', version: '4.12'
}