Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minVersion: 0.23.1
minVersion: 0.25.0
changelogPolicy: auto
targets:
- name: github
Expand Down
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all clean compile dryRelease doRelease release update stop checkFormat format api
.PHONY: all clean compile dryRelease update stop checkFormat format api

all: stop clean checkFormat compile dryRelease

Expand All @@ -15,17 +15,6 @@ compile:
dryRelease:
./gradlew publishToMavenLocal --no-daemon

# deploy the current build to maven central
# promotes the release to maven central
doRelease:
cd scripts
kotlinc -script release.kts -- -d ../distributions | sh
cd ..
./gradlew closeAndReleaseRepository

# clean, build, deploy and promote to maven central
release: clean checkFormat compile doRelease

# check for dependencies update
update:
./gradlew dependencyUpdates -Drevision=release
Expand Down
96 changes: 0 additions & 96 deletions scripts/release.kts

This file was deleted.