-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle plugin 0.3 does not seem available from Jitpack #12
Comments
#13 addresses this with the 0.4-SNAPSHOT version, available on Sonatype. |
Need to investigate the cause and whether jitpack will give us a better, faster and easier release cycle. |
It is less work to create a release using jitpack but the downside is that all users of the plugin need to have the jitpack repo configured, which is kind of cumbersome (the same is true if Sonatype needs to be configured). I consider this a failed experiment. Whatever people rely upon must finally be available on mavenCentral. |
I finally think that using the gradle plugin portal would be the most convenient option. I started to work on this in the PluginPortal branch. The publishPlugins task is currently missing the .asc files and I have no idea how to properly call the signing task... |
You should be able to edit gradle.properties and set signingEnabled to true. This will then produce the asc files on a build, providing you have your keys setup. |
Hm, I get Cannot perform signing task ':signArchives' because it has no configured signatory
|
I would guess you don't have your keys setup, but I would be suprised if you have not needed to do this previously given your involvement in various communities. I think you might be missing these from your user gradle.properties:
See: |
it may be that I have too many ;-) Dierk sent from:mobile
|
No description provided.
The text was updated successfully, but these errors were encountered: