Skip to content

Commit

Permalink
Change groupId back to com.widen
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Apr 30, 2021
1 parent 17190cc commit e7c21cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'com.widen.versioning' version '0.3.3'
id 'com.widen.versioning' version '0.4.1'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}

allprojects {
apply plugin: 'idea'

group = 'com.widen.oss'
group = 'com.widen'
ext.repo = 'https://github.com/Widen/tabitha'

idea.module.iml {
Expand Down

0 comments on commit e7c21cc

Please sign in to comment.