Move FakeVersionFormatter to the test sourceSet.
This commit is contained in:
parent
30df153a00
commit
502f35787a
2 changed files with 23 additions and 5 deletions
|
|
@ -47,8 +47,3 @@ class DefaultVersionFormatter @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
class FakeVersionFormatter : VersionFormatter {
|
||||
override fun get(): String {
|
||||
return "A Version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue