Skip to content

Commit

Permalink
fix: Don't load this compiled project.
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Dec 27, 2022
1 parent f6ff85b commit 6049675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/bee/task/Compile.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/
package bee.task;

import bee.BeeLoader;
import bee.Task;
import bee.api.Command;
import bee.api.Scope;
Expand Down Expand Up @@ -88,6 +87,6 @@ private void compile(String type, Signal<Directory> input, Directory output) {
.compile();

// load project related classes
BeeLoader.load(project.getClasses());
// BeeLoader.load(project.getClasses());
}
}

0 comments on commit 6049675

Please sign in to comment.