From 4f81dd104504f6a9f5ea074d3aa78d3c3cd16334 Mon Sep 17 00:00:00 2001 From: "Tucker J. Pelletier" Date: Sun, 16 Jan 2022 19:17:15 -0500 Subject: [PATCH] Changing group so I can move to maven central. Bintray no longer exists and I need to release this to maven central from what I saw it was suggested that the group be a reference to the github repo. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33908bb..20209c5 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { // See https://stackoverflow.com/questions/21028438/gradle-sourcecompatibility-has-no-effect-to-subprojects sourceCompatibility = 1.8 -group = "com.virtualdogbert" +group = "io.github.virtualdogbert" version = "1.1" description = "This library provides a writer for Groovy base configuration, that can be parsed by the ConfigSlurper."