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 5f49c55 commit d2e6052Copy full SHA for d2e6052
1 file changed
src/main/kotlin/com/github/gradle/node/NodeExtension.kt
@@ -65,7 +65,7 @@ open class NodeExtension(project: Project) {
65
* Change it to true if you use a mirror that uses HTTP rather than HTTPS
66
* Or set to null if you want to use Gradle's default behaviour.
67
*/
68
- val allowInsecureProtocol = project.objects.property<Boolean>().convention(null)
+ val allowInsecureProtocol = project.objects.property<Boolean>()
69
70
val npmCommand = project.objects.property<String>().convention("npm")
71
val npxCommand = project.objects.property<String>().convention("npx")
0 commit comments