mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
ms: download native dll's from maven
GitOrigin-RevId: 05738642fec7e4f20b7b18c4144488c66f93be2d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
37500bd142
commit
78ec1d97ef
@@ -22,7 +22,7 @@ import java.util.EnumSet;
|
||||
public enum ArtifactKind {
|
||||
ARTIFACT("", "jar"), SOURCES("sources", "jar"), JAVADOC("javadoc", "jar"),
|
||||
ANNOTATIONS("annotations", "zip"), AAR_ARTIFACT("", "aar"), POM("", "pom"),
|
||||
ALL("all", "jar"), HTTP("http", "jar");
|
||||
ALL("all", "jar"), HTTP("http", "jar"), DLL("", "dll");
|
||||
|
||||
private final String myClassifier;
|
||||
private final String myExtension;
|
||||
|
||||
Reference in New Issue
Block a user