mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
Gradle now creates JAVA files compatible to JAVA 7.
This commit is contained in:
parent
523ee51d22
commit
1ce2562f5a
@ -3,6 +3,9 @@ apply plugin: 'application'
|
||||
|
||||
mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner'
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
|
Loading…
Reference in New Issue
Block a user