Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #669 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
9a081e621d59df7eafe3172f60200bb9a22e88ce
Total tests
744
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 9a081e621d59df7eafe3172f60200bb9a22e88ce gradle: use compileClasspath instead of compileOnly
In the previous commit 46ddf071b ("gradle: add Android jar to
smack-android-extensions compile classpath") we already added the
Android jar using compileClasspath to smack-android-extensions. Now
use the same configuration for smack-android, since compileOnly is
deprecated.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> f7eaa3cc9e3491d211426109678e3a071dd3bf2d gradle: smack-omemo(-signal) add description, remove plugins
As those plugins are already configured by the projects root
build.gradle file, there is no need to apply them again.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7b002ea2149e48514fa74b4ebc0d6b55e8e14a2a gradle: add Android jar to smack-android-extensions compile classpath
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 650deda752e20d112b3cd350b9e3455c8cd89757 gradle: remove unnecessary repositories{} from smack-openpgp/build.gradle
The MavenCentral repository is already configured by the projects root
build.gradle file. No need to do it again in the subproject.