Skip to content

Commit

Permalink
Remove kie-base option
Browse files Browse the repository at this point in the history
  • Loading branch information
dupliaka committed Oct 3, 2023
1 parent 24479c4 commit fc46577
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.drools.model.codegen.ExecutableModelProject;
import org.kie.api.KieBase;
import org.kie.api.KieServices;
import org.kie.api.conf.KieBaseOption;
import org.kie.api.io.KieResources;
import org.kie.api.io.Resource;
import org.kie.api.io.ResourceType;
Expand Down Expand Up @@ -86,10 +85,6 @@ public void createKBase() {
.build(ExecutableModelProject.class);
}

protected KieBaseOption[] getKieBaseOptions() {
return new KieBaseOption[]{};
}

@Setup
public void initFactsGenerators() throws IOException {
addFactsGenerators();
Expand Down

0 comments on commit fc46577

Please sign in to comment.