bbaldino
09/10/2019, 7:31 PMbbaldino
09/10/2019, 7:32 PMsam
09/10/2019, 7:32 PMsam
09/10/2019, 7:32 PMbbaldino
09/10/2019, 7:32 PMbbaldino
09/10/2019, 7:37 PMsignatory.keyId
, should that be needed just to publish to local maven? sorry, gradle noob.sam
09/10/2019, 7:38 PMbbaldino
09/10/2019, 7:40 PMsam
09/10/2019, 7:40 PMbbaldino
09/10/2019, 7:40 PMsam
09/10/2019, 7:40 PMbbaldino
09/10/2019, 7:41 PMbbaldino
09/10/2019, 7:41 PM~/work/hoplite$ cat gradle.properties
#these should be overriden if you want to do release
signing.keyId=xx
signing.password=xx
signing.secretKeyRingFile=~/sksamuel.gpg
ossrhUsername=xx
ossrhPassword=xx
intellijPublishUsername=xx
intellijPublishPassword=xx
org.gradle.caching=true
sandbox = .
sam
09/10/2019, 7:41 PM./cat gradle.properties
sam
09/10/2019, 7:41 PMsam
09/10/2019, 7:41 PMsam
09/10/2019, 7:42 PMsam
09/10/2019, 7:42 PMbbaldino
09/10/2019, 7:42 PMsam
09/10/2019, 7:42 PMbbaldino
09/10/2019, 7:42 PMbbaldino
09/10/2019, 7:42 PM~/work/hoplite$ ./gradlew publishToMavenLocal
Welcome to Gradle 5.2.1!
Here are the highlights of this release:
- Define sets of dependencies that work together with Java Platform plugin
- New C++ plugins with dependency management built-in
- New C++ project types for gradle init
- Service injection into plugins and project extensions
For more details see <https://docs.gradle.org/5.2.1/release-notes.html>
> Task :hoplite-aws:signMavenJavaPublication FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':hoplite-aws:signMavenJavaPublication'.
> No value has been specified for property 'signatory.keyId'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
sam
09/10/2019, 7:43 PMsam
09/10/2019, 7:43 PMsam
09/10/2019, 7:43 PMbbaldino
09/10/2019, 7:43 PMsam
09/10/2019, 7:43 PMbbaldino
09/10/2019, 7:44 PM> Task :hoplite-core:compileKotlin
w: /Users/bbaldino/work/hoplite/hoplite-core/src/main/kotlin/com/sksamuel/hoplite/preprocessor/PropsPreprocessor.kt: (29, 73): The resulting type of this 'javaClass' call is Class<PropsPreprocessor.Companion> and not Class<PropsPreprocessor>. Please use the more clear '::class.java' syntax to avoid confusion
sam
09/10/2019, 7:45 PMbbaldino
09/10/2019, 7:45 PMbbaldino
09/10/2019, 7:45 PMbbaldino
09/10/2019, 7:45 PM* What went wrong:
A problem was found with the configuration of task ':hoplite-aws:signMavenJavaPublication'.
> No value has been specified for property 'signatory.keyId'.
bbaldino
09/10/2019, 7:45 PM./gradlew publishToMavenLocal
sam
09/10/2019, 7:46 PMbbaldino
09/10/2019, 7:46 PMbbaldino
09/10/2019, 7:46 PMcat gradle.properties
#these should be overriden if you want to do release
signing.keyId=xx
signatory.keyId=xx
signing.password=xx
signing.secretKeyRingFile=~/sksamuel.gpg
ossrhUsername=xx
ossrhPassword=xx
intellijPublishUsername=xx
intellijPublishPassword=xx
org.gradle.caching=true
sandbox = .
sam
09/10/2019, 7:46 PMsam
09/10/2019, 7:47 PMsam
09/10/2019, 7:48 PMsam
09/10/2019, 7:50 PMbbaldino
09/10/2019, 7:50 PMsam
09/10/2019, 7:50 PMsam
09/10/2019, 7:50 PMsam
09/10/2019, 7:51 PMbbaldino
09/10/2019, 7:52 PMext.isReleaseVersion
to falsesam
09/10/2019, 7:52 PMbbaldino
09/10/2019, 8:05 PMbbaldino
09/10/2019, 8:05 PM