Skip to content

Commit

Permalink
Fix Gradle plugin registry link (closes #158).
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Oct 23, 2017
1 parent 6d6c0d0 commit fcd01e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ test { testLogging.showStandardStreams = true }
version = project.ext.version
pluginBundle {
// These settings are set for the whole plugin bundle
website = "https://github.com/${project.org}/${project.name}"
vcsUrl = "https://github.com/${project.org}/${project.name}"
website = "https://github.com/diffplug/spotless"
vcsUrl = "https://github.com/diffplug/spotless"
description = project.description

plugins {
Expand Down

0 comments on commit fcd01e5

Please sign in to comment.