Skip to content

Commit

Permalink
use maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed May 23, 2024
1 parent 7b87063 commit af0e24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ if [%1] == [dt] (
if [%1] == [prepare] (
echo DON'T FORGET TO USE JDK8
pause
mvn clean release:prepare
mvnw clean release:prepare
)
if [%1] == [pub] (
echo DON'T FORGET TO USE JDK8
pause
mvn release:perform -P ossrh
mvnw release:perform -P ossrh
)

0 comments on commit af0e24d

Please sign in to comment.