io.freefair.android-ci-lint
Owner: Lars Grefer
Properly configure your android project on CI servers (like travis)
https://docs.freefair.io/android-gradle-plugins/8.7.2/
Sources: https://github.com/freefair/android-gradle-plugins
Version 2.3.0
2.3.0
Created 21 March 2017.
Properly configure your android project on CI servers (like travis)
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.android-ci-lint") version "2.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:android-gradle-plugins:2.3.0") } } apply(plugin = "io.freefair.android-ci-lint")
- Applying plugins to all subprojects .