mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2025-08-20 09:36:50 +00:00
Gradle now creates JAVA files compatible to JAVA 7.
This commit is contained in:
@@ -3,6 +3,9 @@ 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 {
|
||||||
|
Reference in New Issue
Block a user