Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
build(in-memory/kotlin): always run the "build" goal (set as phony)
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed May 19, 2022
1 parent 15c1410 commit ca122fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 01-in-memory/kotlin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GROUP = $(shell basename $(shell dirname $(HERE)))
ZIP = ./$(GROUP)-$(LANG)-sample-$(tag).zip


.PHONY: build
build:
@gradle bootJar

Expand Down

0 comments on commit ca122fa

Please sign in to comment.