Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 3e1301c

Browse files
authored
Merge pull request #159 from OneSignal/fix/publish_group_issue
Fix publish group issue
2 parents d18f430 + 9a52821 commit 3e1301c

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,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.plugin-publish' version '0.11.0'
2+
id 'com.gradle.plugin-publish' version '0.15.0'
33
id 'maven-publish'
44
id 'java-gradle-plugin'
55
}
@@ -45,7 +45,7 @@ dependencies {
4545
}
4646

4747

48-
group = 'com.onesignal'
48+
group = 'gradle.plugin.com.onesignal'
4949
version = '0.13.0'
5050
description 'OneSignal Gradle Plugin'
5151
// Run to upload a new version to the Gradle Plugin Portal

0 commit comments

Comments
 (0)