From 4d8457796473e26cbf197ae9d53fa91c8662b917 Mon Sep 17 00:00:00 2001 From: Software Engineering Geek Date: Sun, 25 Jun 2017 23:33:19 -0400 Subject: [PATCH] fixing site url --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4a82c6..9cfc00c 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ bintray { name = 'GroovyConfigWriter' desc = 'This library provides a writer for Groovy base configuration, that can be parsed buy the ConfigSlurper.' issueTrackerUrl = "https://github.com/virtualdogbert/GroovyConfigWriter/issues" - vcsUrl = "https://github.com/virtualdogbert/GroovyConfigWriter" + vcsUrl = "https://github.com/virtualdogbert/GroovyConfigWriter/" websiteUrl = "https://virtualdogbert.github.io/GroovyConfigWriter" licenses = ['Apache-2.0'] }