mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Set Java source and target compatibility to Java 8
Fixes SMACK-801.
This commit is contained in:
parent
5333bde2e8
commit
d6be4a7782
2 changed files with 2 additions and 53 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue