mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +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'
|
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