diff --git a/build.gradle b/build.gradle index 45adfc8..31def36 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,9 @@ apply plugin: 'application' mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner' +sourceCompatibility = 1.7 +targetCompatibility = 1.7 + repositories { mavenCentral() maven {