🚧 Little bug fixed
This commit is contained in:
parent
c9af6f75be
commit
53809f294b
@ -55,7 +55,7 @@ public class JarService
|
||||
|
||||
private Jar findJar(MavenContext context)
|
||||
{
|
||||
return versionService.findOptional(context.groupId(), context.artifactId(), context.version().getRaw()).orElseThrow().getJarByFilename(context.file().getBase()).orElseThrow();
|
||||
return versionService.findOptional(context.groupId(), context.artifactId(), context.version().getRaw()).orElseThrow().getJarByFilename(context.file().getFilename()).orElseThrow();
|
||||
}
|
||||
|
||||
private boolean existsJar(List<Jar> jars, String fileBase)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user