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 8dcf0cf commit 1cf7ff0Copy full SHA for 1cf7ff0
src/main/kotlin/com/github/gradle/node/variant/VariantComputer.kt
@@ -10,6 +10,8 @@ import org.gradle.api.provider.Provider
10
open class VariantComputer constructor(
11
private val platformHelper: PlatformHelper
12
) {
13
+ constructor() : this(PlatformHelper.INSTANCE)
14
+
15
/**
16
* Get the expected directory for a given node version.
17
*
0 commit comments