Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 175 B
TAG := $(shell git describe --tags)

dist:
	sed -i "s/CHANGE_ME/${GITLAB_DEPLOY_TOKEN}/g" gradle.properties
	sed -i "s/CHANGE_ME/${TAG}/g" build.gradle
	./gradlew publish