Skip to content

Commit

Permalink
Build optimizations (nextflow-io#4579)
Browse files Browse the repository at this point in the history

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman authored Dec 14, 2023
1 parent ec8083d commit 5ad41e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ compile:
@echo "DONE `date`"

assemble:
./gradlew compile assemble
./gradlew buildInfo compile assemble

check:
./gradlew check
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ task buildInfo { doLast {
* Compile sources and copies all libs to target directory
*/
task compile {
dependsOn buildInfo
dependsOn allprojects.classes
}

Expand Down

0 comments on commit 5ad41e4

Please sign in to comment.