mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Removed support for Java 7: Kotlogram requires Java 8 anyway.
This commit is contained in:
parent
ed442765ef
commit
1d721323e3
@ -3,9 +3,6 @@ apply plugin: 'application'
|
|||||||
|
|
||||||
mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner'
|
mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner'
|
||||||
|
|
||||||
sourceCompatibility = 1.7
|
|
||||||
targetCompatibility = 1.7
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
|
Loading…
Reference in New Issue
Block a user