<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot add task &#x27;wrapper&#x27; as a task with that name already exists.]]></title><description><![CDATA[<p dir="auto">facing gradle sync issue…<br />
Cannot add task ‘wrapper’ as a task with that name already exists.</p>
]]></description><link>https://community.secnto.com//topic/620/cannot-add-task-wrapper-as-a-task-with-that-name-already-exists</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 22:42:06 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/620.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Nov 2019 12:43:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot add task &#x27;wrapper&#x27; as a task with that name already exists. on Mon, 18 Nov 2019 12:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zaasmi" aria-label="Profile: zaasmi">@<bdi>zaasmi</bdi></a><br />
Yes thanks it solved my problem</p>
]]></description><link>https://community.secnto.com//post/1712</link><guid isPermaLink="true">https://community.secnto.com//post/1712</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Mon, 18 Nov 2019 12:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot add task &#x27;wrapper&#x27; as a task with that name already exists. on Mon, 18 Nov 2019 12:56:56 GMT]]></title><description><![CDATA[<p dir="auto">then you can remove from build.gradle</p>
<pre><code>task wrapper(type: Wrapper) {
    gradleVersion = '4.4'
    distributionUrl = distributionUrl.replace("bin", "all")
}
</code></pre>
]]></description><link>https://community.secnto.com//post/1711</link><guid isPermaLink="true">https://community.secnto.com//post/1711</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Mon, 18 Nov 2019 12:56:56 GMT</pubDate></item></channel></rss>