mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
KTNB-357: Fix the work of serialization plugin in the notebook, add test
GitOrigin-RevId: 46d2d30a667f20291b9785d6b9048539e7425b82
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6102861fae
commit
1ea19ca755
@@ -22,7 +22,8 @@ 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"), DLL("", "dll");
|
||||
ALL("all", "jar"), HTTP("http", "jar"), DLL("", "dll"),
|
||||
ZIP("", "zip");
|
||||
|
||||
private final String myClassifier;
|
||||
private final String myExtension;
|
||||
|
||||
Reference in New Issue
Block a user