Skip to content

Commit

Permalink
add make install as shown in the podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 17, 2024
1 parent f02b240 commit 321c245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

config ?= compileClasspath
version ?= $(shell grep 'Plugin-Version' plugins/nf-schema/src/resources/META-INF/MANIFEST.MF | awk '{ print $$2 }')

ifdef module
mm = :${module}:
Expand Down Expand Up @@ -45,6 +46,10 @@ else
endif


install:
./gradlew copyPluginZip
rm -rf ${HOME}/.nextflow/plugins/nf-schema-${version}
cp -r build/plugins/nf-schema-${version} ${HOME}/.nextflow/plugins/nf-schema-${version}

#
# Upload JAR artifacts to Maven Central
Expand Down

0 comments on commit 321c245

Please sign in to comment.