Sort members
This commit is contained in:
@@ -39,14 +39,14 @@ public final class Artifacts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getMainJarName() {
|
|
||||||
return ARTIFACT_ID + "-" + VERSION + ".jar";
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getAdaptersJarName() {
|
public static String getAdaptersJarName() {
|
||||||
return ARTIFACT_ID + "-" + VERSION + "-adapters.jar";
|
return ARTIFACT_ID + "-" + VERSION + "-adapters.jar";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String getMainJarName() {
|
||||||
|
return ARTIFACT_ID + "-" + VERSION + ".jar";
|
||||||
|
}
|
||||||
|
|
||||||
private Artifacts() {
|
private Artifacts() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user