Skip to content

Commit

Permalink
remove old gradle commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaRB committed Dec 11, 2023
1 parent 7144f8f commit 3a4ca2c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,8 @@ endif

all: build

translate-tests:
$(GRADLE_CMD) translate --args="tests/unit/" --warning-mode all

parse-tests:
$(GRADLE_CMD) parse --args="tests/unit/" --warning-mode all

parse:
$(GRADLE_CMD) parse --args=$(DIR) --warning-mode all

translate:
$(GRADLE_CMD) translate --args=$(DIR) --warning-mode all
tests:
$(GRADLE_CMD) test

build:
$(GRADLE_CMD) build
Expand Down

0 comments on commit 3a4ca2c

Please sign in to comment.