Standalone Nashorn is coming for Java 15+
Jamie Mansfield
jmansfield at cadixdev.org
Sat Nov 21 17:53:52 UTC 2020
Hey ;)
> I don’t know how does Gradle stack up against Maven when it comes to
> signing and publishing artifacts.
Gradle includes a 'signing' plugin [1] and a 'maven-publish' plugin [2]
that can be combined [3] to provide sufficient metadata for the Central
repository.
While I'm no expert, I'm happy to field questions related to Gradle -
or enquire those more knowledgeable than myself to answer :)
Regards,
Jamie
[1]: https://docs.gradle.org/current/userguide/signing_plugin.html
[2]: https://docs.gradle.org/current/userguide/publishing_maven.html
[3]: https://github.com/CadixDev/Lorenz/blob/
49be5233bff0adfaf59440ac37efdeccbb2893da/build.gradle.kts#L67-L140
More information about the nashorn-dev
mailing list