Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Move variable definition into ext block
Browse files Browse the repository at this point in the history
  • Loading branch information
jotok committed Mar 9, 2021
1 parent 8210400 commit d41bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ buildscript {

ext {
es_version = System.getProperty("es.version", "7.10.2")
gitDefaultBranch = 'main'
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand Down Expand Up @@ -72,6 +71,7 @@ ext {
projectSubstitutions = [:]
licenseFile = rootProject.file('LICENSE.txt')
noticeFile = rootProject.file('NOTICE.txt')
gitDefaultBranch = 'main'
}

apply plugin: 'com.diffplug.spotless'
Expand Down

0 comments on commit d41bb58

Please sign in to comment.