1
0
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:
Fabian Schlenz 2016-08-31 07:05:45 +02:00
parent ed442765ef
commit 1d721323e3

View File

@ -3,9 +3,6 @@ apply plugin: 'application'
mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner'
sourceCompatibility = 1.7
targetCompatibility = 1.7
repositories {
mavenCentral()
maven {