1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Add Smack.getNoticeStream() and 'License' section to README

This commit is contained in:
Florian Schmaus 2020-11-08 23:01:39 +01:00
parent 1f5ada4822
commit afd18f95c9
5 changed files with 79 additions and 1 deletions

View file

@ -33,6 +33,7 @@ dependencies {
testFixturesApi "org.assertj:assertj-core:3.11.1"
testFixturesApi "org.xmlunit:xmlunit-assertj:$xmlUnitVersion"
testFixturesApi 'org.hamcrest:hamcrest-library:2.2'
testFixturesApi 'com.google.guava:guava:28.2-jre'
}
class CreateFileTask extends DefaultTask {