Skip to content

Instantly share code, notes, and snippets.

@gamerson
Last active July 15, 2020 21:09
Show Gist options
  • Save gamerson/6327e932a37b6d13e706913b1ef1c8bd to your computer and use it in GitHub Desktop.
Save gamerson/6327e932a37b6d13e706913b1ef1c8bd to your computer and use it in GitHub Desktop.
build.gradle workaround for com.liferay.node plugin and gradle4
allprojects {
plugins.withId("com.liferay.node") {
node.nodeUrl = node.nodeUrl.replace("http:", "https:")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment