Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit aa608c4

Browse files
authored
Add LEIN_SNAPSHOTS_IN_RELEASE env var to command
1 parent 04cdd2e commit aa608c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ lein install-for-building-drivers
3131
```
3232
cd /path/to/firebird-driver
3333
lein clean
34-
DEBUG=1 lein uberjar
34+
LEIN_SNAPSHOTS_IN_RELEASE=true DEBUG=1 lein uberjar
3535
```

0 commit comments

Comments
 (0)