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
follow below step after ou have an host machien at your end be it Cloud or on premise or a dev box, you cant use ubuntu trysty on vagrant+virtualbox | |
Step 1. | |
ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.jNZLKNnKte --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
gpg: requesting key 2C52609D from hkp server p80.pool.sks-keyservers.net | |
gpg: key 2C52609D: public key "Docker Release Tool (releasedocker) <[email protected]>" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) |
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
i wanted to recollct what in the Toolibng support for Gradle as compared oto Maven tooling support in Mule Studio . Mulesoft doesnt provide an efective | |
support for Gradle but few things could be noted | |
gradel build file - build.gradle | |
1. Register the plugin in the build | |
buildscript { | |
repositories { | |
maven { | |
url "https://plugins.gradle.org/m2/" |
NewerOlder