Skip to content

Commit e22a314

Browse files
author
John Engelman
committed
change maven group name to align
1 parent b145d9d commit e22a314

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/publish.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apply plugin: 'maven-publish'
33
apply plugin: 'com.jfrog.artifactory'
44
apply plugin: "com.gradle.plugin-publish"
55

6-
group = 'com.github.jengelman.gradle.plugins'
6+
group = 'com.github.johnrengelman'
7+
78
def versionString = file('src/main/resources/shadow-version.txt').text.trim()
89
if (System.env.CIRCLE_TAG && System.env.CIRCLE_TAG =~ /^\d\.\d\.\d$/) {
910
version = System.env.CIRCLE_TAG

src/main/resources/shadow-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
7.1.0

0 commit comments

Comments
 (0)