Skip to content

Commit

Permalink
split platforms by comma as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed Mar 2, 2023
1 parent 53df6a2 commit 34863f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BuildXConfiguration implements Serializable {

@Nonnull
public List<String> getPlatforms() {
return EnvUtil.removeEmptyEntries(platforms);
return EnvUtil.splitAtCommasAndTrim(platforms);
}

public String getBuilderName() {
Expand Down

0 comments on commit 34863f9

Please sign in to comment.