mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
Reverting changes: deleting previously introduced ZIP_ARCHIVE instance of ArtifactKind enum
GitOrigin-RevId: 73608109b83cc2a1b2b2f9f1197f4f250640767b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3e74b0780b
commit
474705ea7f
@@ -21,8 +21,7 @@ import java.util.EnumSet;
|
||||
|
||||
public enum ArtifactKind {
|
||||
ARTIFACT("", "jar"), SOURCES("sources", "jar"), JAVADOC("javadoc", "jar"),
|
||||
ANNOTATIONS("annotations", "zip"), AAR_ARTIFACT("", "aar"), POM("", "pom"),
|
||||
ZIP_ARCHIVE("", "zip");
|
||||
ANNOTATIONS("annotations", "zip"), AAR_ARTIFACT("", "aar"), POM("", "pom");
|
||||
|
||||
private final String myClassifier;
|
||||
private final String myExtension;
|
||||
|
||||
Reference in New Issue
Block a user