Skip to content

Commit 68b7bd4

Browse files
Try again.
1 parent 99d4b50 commit 68b7bd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/project-config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ ext {
3434

3535

3636
rep = [
37-
name : rootProject.name.toLowerCase()
37+
name : rootProject.name
3838
]
3939
rep += [
40-
id : "com.github.${dev.name}.${rep.name}",
40+
id : "com.github.${dev.name}.${rep.name.toLowerCase()}",
4141
root : "$dev.name/$rep.name"
4242
]
4343
rep += [

0 commit comments

Comments
 (0)