Skip to content

Commit

Permalink
Don't automatically configure when using a Provider<RunType> (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev authored Jan 16, 2024
1 parent 7cd3666 commit 2d0898c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public final void configure(final @NotNull RunType runType) {

@Override
public void configure(@NotNull Provider<RunType> typeProvider) {
getConfigureFromTypeWithName().set(false); // Don't re-configure
this.runTypes.add(typeProvider);
}

Expand Down

0 comments on commit 2d0898c

Please sign in to comment.