Andres Almiray

Results 749 comments of Andres Almiray

Yes. There are a few properties such as the repository url and nexus url that may be configured. Also the expectations for a sonatype username/passwords, a public GPG key hosted...

Already there except that the published version is a `SNAPSHOT` one 😐 https://plugins.gradle.org/plugin/com.aestasit.sshoogr

I think there's a change in the Gradle API. The code in question is dependsOn: project.tasks.jar I think the preferred way now is dependsOn: project.tasks.findByName('jar') This project relies on Gradle...

The `copyAppDependencies` should identify its inputs and outputs. As it currently stands it does not. The task should either: 1. declare inputs and outputs. 2. extends from Copy task. See...

It depends. If we follow trunk based development then yes, this needs updating. If we follow trunk releases (main is release, development is well, development) then there's no need. This...

I think this would be a good addition to the plugin, as long as the current behavior remains the default and the additional behavior can be activated with a configuration...

Watch out, the kordamp-parent removed the use of the gradle -nexus-publish plugin in favor of using JReleaser for publishing to Maven Central.

Sorry, I have nothing to do with this plugin.

Please post the contents of `/Users/garydgregory/git/commons-beanutils-1/target/moditect/commons.beanutils/versions/9/module-info.java`