Skip to content

Commit 2d48353

Browse files
TobiasNxdr0i
andauthored
Adjust as suggested by reviewer
Co-authored-by: Pascal Christoph <[email protected]>
1 parent b15dac0 commit 2d48353

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
@@ -91,7 +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.
94+
In case you are building locally from a tag and you have no signing credentials you can use a workaround: just make sure to have an unclean status e.g. by doing `touch .temp` before doing `./gradlew publishToMavenLocal`. Otherwise it will try to build a release and break due to missing signing.
9595

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

0 commit comments

Comments
 (0)