Skip to content

Commit e7c21cc

Browse files
committed
Change groupId back to com.widen
1 parent 17190cc commit e7c21cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
id 'com.widen.versioning' version '0.3.3'
2+
id 'com.widen.versioning' version '0.4.1'
33
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
44
}
55

66
allprojects {
77
apply plugin: 'idea'
88

9-
group = 'com.widen.oss'
9+
group = 'com.widen'
1010
ext.repo = 'https://github.com/Widen/tabitha'
1111

1212
idea.module.iml {

0 commit comments

Comments
 (0)