Skip to content

Commit 8445e0c

Browse files
committed
refactor
1 parent 0b384d1 commit 8445e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SUBMIT_GUIDELINES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Once you have enough information, lets jump into development.
2222
- Setup your Maven configuration, like given below
2323
``` groovy
2424
ext {
25-
PUBLISH_GROUP_ID = "com.androidpluto.plugins" // do not change this
26-
PUBLISH_VERSION = verPublish // do not change this
25+
PUBLISH_GROUP_ID = "com.androidpluto.plugins" // do not change this
26+
PUBLISH_VERSION = verPublish // do not change this
2727
PUBLISH_ARTIFACT_ID = 'PLUGIN_NAME'
2828
}
2929
```

0 commit comments

Comments
 (0)