Skip to content

Commit

Permalink
refactor: simplify makefile (don't require gradle instalation)
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Dec 27, 2023
1 parent fa98030 commit 3b6b7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ openfga_version=latest

build:
cd "${project_name}" && \
gradle build
./gradlew build

run:
cd "${project_name}" && \
gradle run
./gradlew run

run-openfga:
docker pull docker.io/openfga/openfga:${openfga_version} && \
Expand Down

0 comments on commit 3b6b7de

Please sign in to comment.