kelemen commented on PR #79:
URL: https://github.com/apache/freemarker/pull/79#issuecomment-1865307128

   Right, I forgot to allow configuring credentials for the actual release 
repository ... I will fix that.
   
   Javadoc JDK version: That is what I had in mind, just a couple of things 
became obsolete after the drop for Java 7 support, and I didn't reorganize 
those versions (and properties). I will clean this up, and will put a 
`gradle.properties` in the root with the default value rather than having them 
buried inside `buildSrc`.
   
   I personally just keep a copy of my `gpg` file with a random password, and 
put that random password into the global `gradle.properties`. At least in this 
case this password can be easily changed, and is not something I would use for 
anything else. The main issue here is, if I were to lose the disk, but in that 
case I guess only disk encryption would save me. Anyway, the signing can 
already be disabled by the `signPublication=false` property, and if you prefer 
so, then I could change it to `useGpgCmd` as well (or maybe even create an 
"enum" like Gradle property to select the way to sign the publication).
   
   I didn't see your comments (didn't even check) on branch 3, but I will do 
so, and will copy the relevant ones.
   
   As for the README: I can update things from branch 3, and whatever you find 
missing you can update it after merge (it is probably easier than going back 
and forth in the PR for the README only).


-- 
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]

Reply via email to