GRADLEW           ?= ./gradlew

build:
	@echo "build"
	$(GRADLEW) clean shadowJar

clean:
	@echo "clean"
	$(GRADLEW) clean