Skip to content

Commit

Permalink
match nf-hello
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 6, 2024
1 parent 4de2b84 commit f733ba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@

plugins {
id 'java'
id 'groovy'
id 'io.nextflow.nf-build-plugin' version '1.0.1'
}

ext.github_organization = project.findProperty('github_organization') ?: 'nextflow-io'
ext.github_username = project.findProperty('github_username') ?: 'pditommaso'
ext.github_organization = project.findProperty('github_organization') ?: 'quiltdata'
ext.github_username = project.findProperty('github_username') ?: 'drernie'
ext.github_access_token = project.findProperty('github_access_token') ?: System.getenv('GITHUB_TOKEN')
ext.github_commit_email = project.findProperty('github_commit_email') ?: '[email protected]'
ext.github_commit_email = project.findProperty('github_commit_email') ?: '[email protected]'
ext.github_index_url = "https://github.com/${github_organization}/plugins/main/plugins.json"

jar.enabled = false
Expand Down

0 comments on commit f733ba9

Please sign in to comment.