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

Commit

Permalink
Add missing buildproperties set
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-archano committed Aug 22, 2018
1 parent 5db6778 commit cd18938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ groovydoc.docTitle = 'Static Analysis Plugin'
apply plugin: 'com.novoda.build-properties'
buildProperties {

env {
using System.getenv()
}

secrets {
using rootProject.file('secrets.properties')
description = '''
Expand Down

0 comments on commit cd18938

Please sign in to comment.