File tree Expand file tree Collapse file tree 3 files changed +2
-109
lines changed Expand file tree Collapse file tree 3 files changed +2
-109
lines changed Original file line number Diff line number Diff line change 1- minVersion : 0.23.1
1+ minVersion : 0.25.0
22changelogPolicy : auto
33targets :
44 - name : github
Original file line number Diff line number Diff line change 1- .PHONY : all clean compile dryRelease doRelease release update stop checkFormat format api
1+ .PHONY : all clean compile dryRelease update stop checkFormat format api
22
33all : stop clean checkFormat compile dryRelease
44
@@ -15,17 +15,6 @@ compile:
1515dryRelease :
1616 ./gradlew publishToMavenLocal --no-daemon
1717
18- # deploy the current build to maven central
19- # promotes the release to maven central
20- doRelease :
21- cd scripts
22- kotlinc -script release.kts -- -d ../distributions | sh
23- cd ..
24- ./gradlew closeAndReleaseRepository
25-
26- # clean, build, deploy and promote to maven central
27- release : clean checkFormat compile doRelease
28-
2918# check for dependencies update
3019update :
3120 ./gradlew dependencyUpdates -Drevision=release
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments