Skip to content

Commit

Permalink
Update quarkus/extensions/kogito-quarkus-extension-common/kogito-quar…
Browse files Browse the repository at this point in the history
…kus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java


https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
  • Loading branch information
hbelmiro and fjtirado committed Jul 6, 2023
1 parent 7c40819 commit de3d5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public static IndexView generateAggregatedIndexNew(IndexView baseIndex, List<Ind
List<IndexView> indexes = new ArrayList<>();
indexes.add(baseIndex);
indexes.addAll(newIndexViews);
return CompositeIndex.create(indexes.toArray(new IndexView[0]));
return CompositeIndex.create(indexes);
}

public static Path getTargetClassesPath(AppPaths appPaths) {
Expand Down

0 comments on commit de3d5fb

Please sign in to comment.