Skip to content

Commit 89540cb

Browse files
authored
Merge branch 'master' into fix/trace-safety
2 parents 12e6687 + 021c77c commit 89540cb

1,652 files changed

Lines changed: 15028 additions & 4451 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// README at: https://github.com/devcontainers/templates/tree/main/src/java
2+
{
3+
"name": "Nextflow Java dev environment",
4+
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
5+
6+
"features": {
7+
"ghcr.io/devcontainers/features/java:1": {
8+
"version": "21",
9+
"jdkDistro": "tem",
10+
"installGradle": "true",
11+
"gradleVersion": "9.3.1",
12+
"installGroovy": "true",
13+
"groovyVersion": "4.0.30"
14+
}
15+
}
16+
}

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ charset = utf-8
33
indent_size = 4
44
indent_style = space
55
tab_width = 4
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ temp
3838
.dockerignore
3939
.launch.classpath
4040
plugins-prod
41-
sandbox
42-
wave-tests
43-
x/*
41+
/minio
42+
/sandbox
43+
/wave-tests
44+
/test-sched
45+
/test-module
46+
/results
47+
/x/*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.01.0-edge
1+
26.02.0-edge

0 commit comments

Comments
 (0)