mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
apply check-dexer only if CI
This commit is contained in:
@@ -282,7 +282,10 @@ configure(subprojects - toolProjects) {
|
||||
}
|
||||
}
|
||||
|
||||
apply from: 'gradle/scripts/check-dexer.gradle'
|
||||
// takes some time to configure since gradle 6.9 so only if CI
|
||||
if (Boolean.parseBoolean(System.getenv('CI'))) {
|
||||
apply from: 'gradle/scripts/check-dexer.gradle'
|
||||
}
|
||||
apply from: 'gradle/scripts/gh-pages.gradle'
|
||||
apply from: 'gradle/scripts/jacoco-multi-project.gradle'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user