-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Thanks @gautamjain! |
Yes, it worked when I tried it. The This is how I tested. Let me know if I missed something:
Using the default gradle wrapper (4.10.2). |
I also removed the |
Hey @jubeira, If you have any ideas on why it might not be working on your end, let me know. I can try to replicate on my machine. |
Thanks @gautamjain; I've been a bit packed lately but I have this on my radar. I'll give it another shot and let you know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-tested; this works.
The only detail is that this change does not affect rosjava modules (e.g. pubsub tutorial) don't have this task set, so rosrun
still can't be used for tutorials inside rosjava_core
.
Thanks @gautamjain! |
Made the changes that @jubeira mentioned in #33.
I used the
installDist
task instead ofinstallApp
.