Skip to content

Commit 3739f67

Browse files
authored
Remove maven release from make file in favor of craft (#1577)
1 parent c85fbf4 commit 3739f67

File tree

3 files changed

+2
-109
lines changed

3 files changed

+2
-109
lines changed

.craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
minVersion: 0.23.1
1+
minVersion: 0.25.0
22
changelogPolicy: auto
33
targets:
44
- name: github

Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
all: stop clean checkFormat compile dryRelease
44

@@ -15,17 +15,6 @@ compile:
1515
dryRelease:
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
3019
update:
3120
./gradlew dependencyUpdates -Drevision=release

scripts/release.kts

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)