Skip to content

Commit 9bf10d5

Browse files
committed
FileUtils: add more platforms and architectures
These will come in handy shortly, to support jogamp artifacts.
1 parent eebecfa commit 9bf10d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/util/FileUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ private static String classifiers() {
627627
"sources",
628628
"javadoc",
629629
"native",
630-
"(android|linux|macosx|windows)-" +
631-
"(arm|x86|x86_64)",
630+
"(android|linux|macosx|solaris|windows)-" +
631+
"(aarch64|amd64|arm|armv6|armv6hf|i586|universal|x86|x86_64)",
632632
};
633633
final StringBuilder sb = new StringBuilder("(");
634634
for (final String classifier : classifiers) {

0 commit comments

Comments
 (0)