Skip to content

Commit

Permalink
fix: don't update pom on install task
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jan 24, 2024
1 parent c56b914 commit c819af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/bee/task/Install.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class Install extends Task {
public void project() {
require(Test::test);
require(Jar::document, Jar::source);
require(Maven::pom);

I.make(Repository.class).install(project);
}
Expand Down

0 comments on commit c819af9

Please sign in to comment.