kelemen commented on PR #79: URL: https://github.com/apache/freemarker/pull/79#issuecomment-1866368511
I have added the possibility to configure the credentials for publishing into the Apache repository by setting the `freemarker.deploy.apache.user` and `freemarker.deploy.apache.passsword` Gradle properties. Also cleaned up the JDK version configurations (the default values are in `gradle.properties`). Instead of having a `signPublication` boolean property, there is now a `freemarker.signMethod` property which can be set to `none` (default), `gradle_properties` (the previous `signPublication=true` behavior governed by the `signing.xxx` properties) or `gpg_command` (to apply the `useGpgCmd` configuration). I have checked branch 3, but couldn't find your comments. Anyway, I have updated the README (the Eclipse part was a bit lazy, because I don't have Eclipse installed at the moment, I just simply wrote "Import the project as any other Gradle project", since - as I remember - there was nothing special when I tried last time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
