Skip to content

Commit b15dac0

Browse files
authored
Add info for local publishing with tag
1 parent 1b36009 commit b15dac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Building metafacture-core from source is easy. All you need is git and JDK 11:
9191
```bash
9292
$ ./gradlew publishToMavenLocal
9393
```
94+
In case you are building locally from a tag and you have no signing credentials you need to `touch .temp` before `./gradlew publishToMavenLocal` otherwise it will try to build a release and break due to missing signing.
9495

9596
3. Create a distribution if you need one. The resulting distribution can be found in `metafacture-core/metafacture-runner/build/distributions/`:
9697
```bash

0 commit comments

Comments
 (0)