Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMerritt committed Apr 4, 2018
1 parent 99d4b50 commit 68b7bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/project-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ ext {


rep = [
name : rootProject.name.toLowerCase()
name : rootProject.name
]
rep += [
id : "com.github.${dev.name}.${rep.name}",
id : "com.github.${dev.name}.${rep.name.toLowerCase()}",
root : "$dev.name/$rep.name"
]
rep += [
Expand Down

0 comments on commit 68b7bd4

Please # to comment.