Skip to content

Commit

Permalink
Changing group so I can move to maven central.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
virtualdogbert committed Jan 17, 2022
1 parent 0cda7e2 commit 4f81dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 4f81dd1

Please sign in to comment.