Skip to content

Instantly share code, notes, and snippets.

@gamerson
Last active July 23, 2021 16:30
Show Gist options
  • Save gamerson/3455d872ffad629094abf13356132e2d to your computer and use it in GitHub Desktop.
Save gamerson/3455d872ffad629094abf13356132e2d to your computer and use it in GitHub Desktop.
Lugbot `/tasks/{taskId}/proposals/{proposalId}` Proposal Response
{
"action": "Set workspace product key and release api jar",
"baseBranchName": "lugbotTest",
"body": "<p>Use release api jar. TBD…</p> ",
"branchName": "lugbot_use-release-api_UseReleaseApi",
"commitComments": {},
"diffContent": "diff --git a/liferay-workspace/gradle.properties b/liferay-workspace/gradle.properties\nindex 3eb369b..933c138 100644\n--- a/liferay-workspace/gradle.properties\n+++ b/liferay-workspace/gradle.properties\n@@ -1,3 +1,3 @@\n liferay.workspace.modules.dir=modules\n microsoft.translator.subscription.key=\n-liferay.workspace.product = dxp-7.3-sp1\n+liferay.workspace.product = dxp-7.3-sp2\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/build.gradle b/liferay-workspace/modules/evp/evp-portlet/build.gradle\nindex 0771580..2c95cf6 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/build.gradle\n+++ b/liferay-workspace/modules/evp/evp-portlet/build.gradle\n@@ -21,9 +21,6 @@\n \tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\", version: \"2.6.0\"\n \tcompile group: \"commons-logging\", name: \"commons-logging\", version: \"1.1.3\"\n \tcompile group: \"log4j\", name: \"log4j\", version: \"1.2.17\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.bridges\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.java\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\", version: \"5.3.5\"\n \tcompile group: \"dom4j\", name: \"dom4j\", version: \"1.6.1\"\n \tcompile group: \"javax.servlet.jsp.jstl\", name: \"jstl-api\", version: \"1.2\"\n \tcompile group: \"org.glassfish.web\", name: \"jstl-impl\", version: \"1.2\"\n",
"id": 4,
"mergeAdvice": "recommended",
"name": "UseReleaseApi",
"title": "Update all build.gradle files to use release.portal.api."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment