Skip to content

Commit

Permalink
simplify gradle script syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jun 27, 2024
1 parent 27ff714 commit e164462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = '1.8.1'

defaultTasks 'test', 'install'

apply from: file('gradle/compilation.gradle')
apply from: file('gradle/dependencies.gradle')
apply from: file('gradle/tests.gradle')
apply from: file('gradle/publish.gradle')
apply from: 'gradle/compilation.gradle'
apply from: 'gradle/dependencies.gradle'
apply from: 'gradle/tests.gradle'
apply from: 'gradle/publish.gradle'

0 comments on commit e164462

Please sign in to comment.