Last active
July 15, 2020 21:09
-
-
Save gamerson/6327e932a37b6d13e706913b1ef1c8bd to your computer and use it in GitHub Desktop.
build.gradle workaround for com.liferay.node plugin and gradle4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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