1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-07 05:31:08 +01:00

Set Java source and target compatibility to Java 8

Fixes SMACK-801.
This commit is contained in:
Florian Schmaus 2018-02-10 14:11:27 +01:00
parent 5333bde2e8
commit d6be4a7782
2 changed files with 2 additions and 53 deletions

View file

@ -96,7 +96,7 @@ allprojects {
junitVersion = '4.11'
}
group = 'org.igniterealtime.smack'
sourceCompatibility = 1.7
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = sourceCompatibility
version = shortVersion
if (isSnapshot) {