Skip to content

Commit

Permalink
Switch from Makefile to Taskfile.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dksifoua committed Jul 2, 2024
1 parent a8bc6f3 commit 0df8b5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

11 changes: 11 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 3
tasks:
clean:
desc: Clean build
cmd: ./gradlew clean
silent: true

test:
desc: Test
cmd: ./gradlew test
silent: true

0 comments on commit 0df8b5b

Please sign in to comment.