hibernate / hibernate-models

An abstraction over "reflection" and annotations
Apache License 2.0
2 stars 5 forks source link

Fix `gitRemote` property needed for all tasks #41

Closed mbladel closed 3 months ago

mbladel commented 3 months ago

If more than 1 remotes are configured, every task will fail with Could not determine 'gitRemote' property for 'releaseChecks' tasks., unless explicitly setting -PgitRemote=<remote>.

sebersole commented 3 months ago

Thanks Marco!