<p>Before moving to Gradle 5, we will need to resolve the following deprecated method in gradle-witness:</p>
<pre><code>> Configure project :desktop
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
        at build_50pvy62xio1vz17f8pklhdf32.run(C:\Users\Devin\Documents\GitHub\devinbileck\bisq\desktop\build.gradle:18)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
</code></pre>
<p>It is a <a href="https://github.com/signalapp/gradle-witness/issues/22" data-hovercard-type="issue" data-hovercard-url="/signalapp/gradle-witness/issues/22/hovercard">known issue</a> that is still outstanding.</p>
<p>We may want to consider alternatives to gradle-witness since its last activity was Nov 2014. I found <a href="https://github.com/matthewtamlin/retrial">https://github.com/matthewtamlin/retrial</a> as a potential candidate, which states:</p>
<blockquote>
<p>Retrial was created to address the unresolved issues in Open Whisper Systems' gradle-witness plugin, and to provide a more convenient means of storing dependency checksums.</p>
</blockquote>
<p>However, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=301810" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cbeams">@cbeams</a> mentioned the following in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="373717935" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/1815" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/1815/hovercard?comment_id=435598615&comment_type=issue_comment" href="https://github.com/bisq-network/bisq/issues/1815#issuecomment-435598615">#1815 (comment)</a>:</p>
<blockquote>
<p>This is a really easy problem to solve, and we're already working from my fork of gradle-witness, so we might want to just patch this one as well instead of moving to something entirely different.</p>
<p>Per the commit comment at <a class="commit-link" href="https://github.com/bisq-network/bisq/commit/27cc933c4e45d7563b499027de83108d79c69d00"><tt>27cc933</tt></a>, the gradle-witness.jar we're using today is built from the PR at <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="307024763" data-permission-text="Issue title is private" data-url="https://github.com/signalapp/gradle-witness/issues/26" data-hovercard-type="pull_request" data-hovercard-url="/signalapp/gradle-witness/pull/26/hovercard" href="https://github.com/signalapp/gradle-witness/pull/26">signalapp/gradle-witness#26</a> (which comes from my fork). So we can just further patch the code there, issue another pull request to the canonical repository (to be good citizens), and rebuild and check in the new jar.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/1897">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtlanK2a-MxyGDPZboVTvHaAYaCyTks5us9VEgaJpZM4YUGZN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtgKwA5VtmIsQIq_KquPskRkTLLqDks5us9VEgaJpZM4YUGZN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Resolve deprecated method in gradle-witness prior to moving to Gradle 5 (#1897)"}],"action":{"name":"View Issue","url":"https://github.com/bisq-network/bisq/issues/1897"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/1897",
"url": "https://github.com/bisq-network/bisq/issues/1897",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Resolve deprecated method in gradle-witness prior to moving to Gradle 5 (#1897)",
"sections": [
{
"text": "",
"activityTitle": "**Devin Bileck**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@devinbileck",
"facts": [
{
"name": "Repository: ",
"value": "bisq-network/bisq"
},
{
"name": "Issue #: ",
"value": 1897
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"issueId\": 1897,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"issueId\": 1897\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/issues/1897"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 407922253\n}"
}
],
"themeColor": "26292E"
}
]</script>