Skip to content

Commit

Permalink
Use HTTPS URL for the plugin's vcsUrl
Browse files Browse the repository at this point in the history
Otherwise the plugin-publish-plugin fails with "Invalid URI".

Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Jan 21, 2019
1 parent 4dd2c0c commit 325217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ publishing {
// Configuration for publication to the Gradle plugin registry.
pluginBundle {
website = 'https://github.com/heremaps/gradle-jenkins-jobdsl-plugin'
vcsUrl = 'git@github.com:heremaps/gradle-jenkins-jobdsl-plugin.git'
vcsUrl = 'https://github.com/heremaps/gradle-jenkins-jobdsl-plugin.git'
description = 'A Gradle plugin to manage Jenkins Job DSL scripts.'

plugins {
Expand Down

0 comments on commit 325217e

Please sign in to comment.