Skip to content

Commit

Permalink
working on travis license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamato committed Jul 5, 2020
2 parents 0a9b1be + ffa0793 commit 63cf6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -70,7 +70,7 @@ task integrationTest(type: Test, dependsOn: ['build']) {


license {
header rootProject.file('LICENSE.md')
header rootProject.file('License.md')
strictCheck false
excludes(["**/*.json", "**/httplib2/**/*.*"])
ext.year = Calendar.getInstance().get(Calendar.YEAR)
Expand Down

0 comments on commit 63cf6bd

Please sign in to comment.