Skip to content

Commit 3144297

Browse files
authored
Merge pull request #1024 from quickfix-j/chrjohn-patch-1
Do not fail on compile error
2 parents 254a2f7 + 8c4fb5e commit 3144297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212
},
1313

14-
"onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest"
14+
"onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -DskipTests -Dmaven.compiler.failOnError=false -PskipBundlePlugin,minimal-fix-latest"
1515
}

0 commit comments

Comments
 (0)