Skip to content

Commit

Permalink
Tweak the gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jun 28, 2024
1 parent 8f2967c commit fcfe47a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ ifdef module
mm = :${module}:
else
mm =
endif
endif

clean:
rm -rf .nextflow*
rm -rf work
rm -rf build
rm -rf plugins/*/build
./gradlew clean

compile:
./gradlew compileGroovy
./gradlew :nextflow:exportClasspath compileGroovy
@echo "DONE `date`"


Expand Down Expand Up @@ -44,6 +48,8 @@ else
./gradlew ${mm}test --tests ${class}
endif

assemble:
./gradlew assemble


#
Expand Down

0 comments on commit fcfe47a

Please sign in to comment.