Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit b71153b

Browse files
nicoroesersoc
authored andcommitted
Increase project directories support for IBM i
Enable method ProjectDirectories.from(String,String,String) for IBM i. This change had not been included in commit 51645df. The method, same as ProjectDirectories.fromPath(String), now uses the same rules as Linux, BSD, Solaris, and AIX.
1 parent 155cbfb commit b71153b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/dev/dirs/ProjectDirectories.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ public static ProjectDirectories from(String qualifier, String organization, Str
296296
case LIN:
297297
case BSD:
298298
case SOLARIS:
299+
case IBMI:
299300
case AIX:
300301
path = trimLowercaseReplaceWhitespace(application, "", true);
301302
break;

0 commit comments

Comments
 (0)