Skip to content

Commit

Permalink
fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed May 18, 2021
1 parent 1e63213 commit 657706a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all clean compile dryRelease doRelease release update stop checkFormat format api

all: clean checkFormat compile dryRelease
all: stop clean checkFormat compile dryRelease

# deep clean
clean:
Expand All @@ -17,9 +17,7 @@ dryRelease:
# deploy the current build to maven central
# promotes the release to maven central
doRelease:
cd scripts
kotlinc -script release.kts -- -d ../distributions | sh
cd ..
kotlinc -script scripts/release.kts -- -d ../distributions | sh
./gradlew closeAndReleaseRepository

# clean, build, deploy and promote to maven central
Expand Down

0 comments on commit 657706a

Please sign in to comment.