Skip to content

Commit c7c1661

Browse files
author
Ahmad Nurjalal
committed
fix: group name
1 parent 0f43cc4 commit c7c1661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import groovy.json.JsonSlurper
1111
def jsonSlurper = new JsonSlurper()
1212
def versionJson = jsonSlurper.parse file('version.json')
1313

14-
group = 'net.accelbyte.platform.sdk'
14+
group = 'net.accelbyte.sdk'
1515
version = "${version != 'unspecified' ? version : versionJson.version}"
1616

1717
compileJava.options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)