🚧 Fix bug with file
This commit is contained in:
parent
bf53eb2754
commit
ec367b5940
@ -23,8 +23,7 @@ public class MavenContextProvider
|
||||
case XML ->
|
||||
{
|
||||
MavenMetadataUrlParser parser = MavenMetadataUrlParser.parse(path);
|
||||
String artifact = parser.artifactId();
|
||||
return new MavenContext(path, parser.groupId(), parser.artifactId(), null, null);
|
||||
return new MavenContext(path, parser.groupId(), parser.artifactId(), null, new File().setType(FileType.XML));
|
||||
}
|
||||
}
|
||||
throw new RuntimeException();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user