We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7110c89 commit 7e93407Copy full SHA for 7e93407
model-server/build.gradle.kts
@@ -253,3 +253,9 @@ tasks.withType<Detekt> {
253
}
254
255
project.registerVersionGenerationTask("org.modelix.model.server")
256
+
257
+tasks.test {
258
+ // Workaround Ignite failing locally because the autogenerated node ID results in an invalid path name.
259
+ // See https://stackoverflow.com/questions/76387714/apache-ignite-failing-on-startup
260
+ setEnvironment("IGNITE_OVERRIDE_CONSISTENT_ID" to "node00")
261
+}
0 commit comments