Alex Nordlund
Alex Nordlund
the Spring Boot Angular and the Vert.x React examples both fail due to WebDriver > org.openqa.selenium.WebDriverException: java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:38238 We're using `io.github.bonigarcia:webdrivermanager` but updating it to 5.3.1...
If you set your `JAVA_HOME` to a `x86_64` Java the plugin will pick a x64 node for you, IntelliJ lets you set a JVM on a project-basis (and also a...
In Gradle 6+ it's [ProviderFactory.gradleProperty(String)](https://docs.gradle.org/current/javadoc/org/gradle/api/provider/ProviderFactory.html#gradleProperty-java.lang.String-) and in Gradle 5 it's [Project.property(String)](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#property-java.lang.String-)
Opting out of tracking requires 7.3 and that requires groovy 3 which requires spock 2.0 which breaks (see #207) So I'm moving this to 3.3
@nickcaballero 7.3 upgrade was smooth but required upgrading to groovy 3 and that meant upgrading spock to 2.0 (from 1.3) which broke the `RunWithMultipleVersionsExtension` I looked into it briefly but...
Are you able to check if the `/home/dev/a/b/c/.gradle/nodejs/node-v18.17.1-linux-x64/bin/node` file exists and if the `nodeSetup` task finished successfully? And then just to confirm, you're not on Alpine or another musl-based system...
Ah, well I've got good and bad news for you. The bad news is you're gonna have to do some changes, but the good news I recently installed NixOS and...
And technically there's nothing this plugin can do to accommodate NixOS, this is a conscious decision from their project and while this may be awkward from the perspective of users...
Hmm, this wasn't enough, there's still issues ``` Could not determine the dependencies of task ':nodeSetup'. > Failed to query the value of task ':nodeSetup' property 'nodeArchiveFile'. > Could not...
This is a duplicate of #61 although with a more descriptive title. The easiest workaround I can think of right now is to set `download = true` in one project,...