Skip to content

Commit

Permalink
#984 use gradle format accepted by Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 27, 2021
1 parent eb5d330 commit 6bd7095
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ group = 'com.codeborne'
archivesBaseName = 'selenide'
version = '5.25.0-SNAPSHOT'

apply from: rootProject.file('gradle/compilation.gradle')
apply from: rootProject.file('gradle/dependencies.gradle')
apply from: rootProject.file('gradle/code-analysis.gradle')
apply from: rootProject.file('gradle/coverage.gradle')
apply from: rootProject.file('gradle/tests.gradle')
apply from: rootProject.file('gradle/deploy.gradle')
apply from: 'gradle/compilation.gradle'
apply from: 'gradle/dependencies.gradle'
apply from: 'gradle/code-analysis.gradle'
apply from: 'gradle/coverage.gradle'
apply from: 'gradle/tests.gradle'
apply from: 'gradle/deploy.gradle'

defaultTasks 'check', 'buildAll'

0 comments on commit 6bd7095

Please sign in to comment.