Skip to content

Commit

Permalink
Update plugins/nf-schema/src/main/nextflow/validation/JsonSchemaValid…
Browse files Browse the repository at this point in the history
…ator.groovy

Co-authored-by: Júlia Mir Pedrol <[email protected]>
  • Loading branch information
nvnieuwk and mirpedrol authored Apr 3, 2024
1 parent 49ddc29 commit 7bbd2e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class JsonSchemaValidator {
The used schema draft (${draft}) is not correct, please use \"https://json-schema.org/draft/2020-12/schema\" instead.
- If you are a pipeline developer, check our migration guide for more information: https://nextflow-io.github.io/nf-schema/latest/migration_guide/
- If you are a pipeline user, pin the previous version of the plugin (1.1.3) to avoid this error: https://www.nextflow.io/docs/latest/plugins.html#using-plugins, i.e. set `plugins {
id 'nf-schema@1.1.3'
id 'nf-validation@1.1.3'
}` in your `nextflow.config` file
""")
throw new SchemaValidationException("", [])
Expand Down

0 comments on commit 7bbd2e6

Please sign in to comment.