Skip to content

Commit c988438

Browse files
drernieclaude
andcommitted
Export Makefile variables so .env propagates to gradle
sinclude .env loads vars into Make but does not export them, so ./gradlew releasePlugin could not see NPR_API_KEY. Add a top-level export directive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 28ca7b7 commit c988438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sinclude .env # create from example.env
2+
export
23
PROJECT ?= nf-quilt
34
WRITE_BUCKET ?= write-bucket-not-set
45
FRAGMENT ?= &path=.

0 commit comments

Comments
 (0)