Skip to content

Commit 3a31d2a

Browse files
authored
Merge pull request #184 from nextflow-io/fix/language-server-support
Bump gradle plugin for language server support
2 parents 37619ee + 3164d9c commit 3a31d2a

File tree

13 files changed

+17
-13
lines changed

13 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# nextflow-io/nf-schema: Changelog
22

3+
# Version 2.6.1
4+
5+
This is a quick patch release to bump the Nextflow Gradle plugin to `1.0.0-beta.11`. This will enable support for the configuration options in the Nextflow language server.
6+
37
# Version 2.6.0
48

59
This is a small release to enable compatibility with Nextflow 25.10.0 and thus the minimal compatible Nextflow version is 25.10.0 now.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Declare the plugin in your Nextflow pipeline configuration file:
2525

2626
```groovy title="nextflow.config"
2727
plugins {
28-
id 'nf-schema@2.6.0'
28+
id 'nf-schema@2.6.1'
2929
}
3030
```
3131

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.10'
2+
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.12'
33
}
44

55
dependencies {
@@ -11,7 +11,7 @@ dependencies {
1111
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
1212
}
1313

14-
version = '2.6.0'
14+
version = '2.6.1'
1515

1616
nextflowPlugin {
1717
nextflowVersion = '25.10.0'

examples/helpMessage/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/paramsHelp/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/paramsSummaryLog/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/paramsSummaryMap/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/samplesheetToListBasic/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/samplesheetToListMeta/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

examples/samplesheetToListOrder/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-schema@2.6.0'
2+
id 'nf-schema@2.6.1'
33
}
44

55
params {

0 commit comments

Comments
 (0)