mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Introducing IMavenIdInterceptor.
Allow plug-ins to rewrite Maven id's. Also fix the problem where .aar kept being refetched.
This commit is contained in:
parent
cd541f34cf
commit
7189fcde31
9 changed files with 86 additions and 34 deletions
|
@ -23,7 +23,7 @@ class MavenIdTest {
|
|||
@Test(dataProvider = "dp")
|
||||
fun parseVersions(id: String, groupId: String, artifactId: String, version: String?,
|
||||
packaging: String?, qualifier: String?) {
|
||||
val mi = MavenId(id)
|
||||
val mi = MavenId.create(id)
|
||||
Assert.assertEquals(mi.groupId, groupId)
|
||||
Assert.assertEquals(mi.artifactId, artifactId)
|
||||
Assert.assertEquals(mi.version, version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue