Skip to content

Commit

Permalink
Convert MavenMetaData
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 3, 2024
1 parent fb9c509 commit e50fd4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.github.jengelman.gradle.plugins.shadow.util.repo.maven

import com.github.jengelman.gradle.plugins.shadow.testkit.maven.MavenMetaData
import groovy.xml.XmlParser

/**
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.github.jengelman.gradle.plugins.shadow.util.repo.maven

import com.github.jengelman.gradle.plugins.shadow.testkit.maven.MavenMetaData


interface MavenModule {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.github.jengelman.gradle.plugins.shadow.testkit.maven

interface MavenMetaData {
val versions: List<String>
}

0 comments on commit e50fd4f

Please sign in to comment.