Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c43fa6b4d9be8235f8d34e450fae7cedb87acd25
https://github.com/hibernate/hibernate-orm/commit/c43fa6b4d9be8235f8d34e4...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M gradle/published-java-module.gradle
Log Message:
-----------
Fix signing of published artifacts
- for explicit signing, current form only works if the full task name/path is used from
the command line, rather that Gradle's handling for tasks "short cuts".
E.g., this works :`gradlew signPublishedArtifactsPublication`; but this does not: `gradlew
sign`