diff --git a/build.gradle b/build.gradle index b0e231db1..32a83b44e 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,7 @@ allprojects { } group = 'org.igniterealtime.smack' sourceCompatibility = 1.7 + targetCompatibility = sourceCompatibility version = shortVersion if (isSnapshot) { version += '-SNAPSHOT' @@ -97,7 +98,7 @@ import org.apache.tools.ant.filters.ReplaceTokens task prepareReleasedocs(type: Copy) { from 'resources/releasedocs' into releasedocsDir - filter(ReplaceTokens, tokens: [version: version, releasedate: buildDate]) + filter(ReplaceTokens, tokens: [version: version, releasedate: buildDate, targetCompatibility: targetCompatibility.toString()]) } task distributionZip(type: Zip, dependsOn: [javadocAll, prepareReleasedocs]) { diff --git a/documentation/gettingstarted.html b/documentation/gettingstarted.html index 3c44682fe..08da7ea85 100644 --- a/documentation/gettingstarted.html +++ b/documentation/gettingstarted.html @@ -23,10 +23,8 @@ important classes and concepts. JAR Files and Requirements

-Smack is meant to be easily embedded into any existing JDK 1.5 or later Java application. -It has no external dependencies (except for the Jingle voice chat functionality) and is optimized -to be as small as possible. The library ships as several JAR files to provide more flexibility -over which features applications require: +Smack is meant to be easily embedded into any existing Java application. +The library ships as several JAR files to provide more flexibility over which features applications require: