You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ Building metafacture-core from source is easy. All you need is git and JDK 11:
91
91
```bash
92
92
$ ./gradlew publishToMavenLocal
93
93
```
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
95
95
96
3. Create a distribution if you need one. The resulting distribution can be found in`metafacture-core/metafacture-runner/build/distributions/`:
0 commit comments