1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Rename smack-java7 to smack-java8

Fixes SMACK-854.
This commit is contained in:
Florian Schmaus 2020-09-23 17:50:11 +02:00
parent fe7d3bec30
commit 048226960b
11 changed files with 4 additions and 4 deletions

16
smack-java8/build.gradle Normal file
View file

@ -0,0 +1,16 @@
description = """\
Smack for Java7 (or higher).
This is a pseudo-artifact that pulls all the required dependencies to
run Smack on Java 7 (or higher) JVMs. Usually you want to add additional
dependencies to smack-tcp, smack-extensions and smack-experimental."""
dependencies {
compile project(":smack-core")
compile project(":smack-resolver-javax")
compile project(":smack-sasl-javax")
implementation project(":smack-xmlparser-stax")
}
javadoc {
enabled = false
}