Skip to content

Commit

Permalink
Add back tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
danhyun committed Jan 26, 2018
1 parent dd6dc65 commit 9c29883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,6 @@ class DependencyLockPlugin : Plugin<Project> {
}
fun toMap(): Map<String, String> = mapOf("group" to group, "name" to name, "version" to version)
fun toModuleString(): String = "$group:$name"
override fun toString(): String = "$group:$name:$version"
}
}

0 comments on commit 9c29883

Please sign in to comment.