mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Rename smack-java7 to smack-java8
Fixes SMACK-854.
This commit is contained in:
parent
fe7d3bec30
commit
048226960b
11 changed files with 4 additions and 4 deletions
16
smack-java8/build.gradle
Normal file
16
smack-java8/build.gradle
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue