-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End term project page update #65
End term project page update #65
Conversation
|
||
**Supporting Diagrams:** | ||
|
||
<div class="img_container"> |
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.
This should not be really required, a normal Markdown image inclusion would be enough
@@ -107,8 +150,11 @@ Throughout the program I have collaborated with all of my mentors and gained inv | |||
|
|||
My work on this project, significantly expanded my skill set, encompassing JSON-RPC, Language Server Protocol, Build Server Protocol, Gradle API, Gradle Tooling API, testing methodologies and merging techniques with git. I successfully applied these learnings to produce the mentioned outcomes. | |||
|
|||
If anyone is interested to continue the work and bring further support for Android projects in the [GradleBuildServer](https://github.com/microsoft/build-server-for-gradle) then you can get started [here](https://github.com/microsoft/build-server-for-gradle/labels/android). |
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.
If anyone is interested to continue the work and bring further support for Android projects in the [GradleBuildServer](https://github.com/microsoft/build-server-for-gradle) then you can get started [here](https://github.com/microsoft/build-server-for-gradle/labels/android). | |
If anyone is interested to continue the work and bring further support for Android projects in [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle) then you can get started [here](https://github.com/microsoft/build-server-for-gradle/labels/android). |
@@ -3,13 +3,13 @@ | |||
This project aims to enhance [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle) project from Microsoft by integrating powerful Android Studio features. Bridging the build process gap between [Android Studio](https://developer.android.com/studio) and [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle), will significantly improve the development experience for many Android developers using Text Editors/IDEs which utilize the [Build Server Protocol (BSP)](https://build-server-protocol.github.io). | |||
|
|||
## Status | |||
Passed mid-term evaluation with successful completion of composite build support, Java Home handling under review and android support in progress. | |||
Passed mid-term evaluation with successful completion of composite build support, Java Home handling under review and android support in review. |
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.
Passed mid-term evaluation with successful completion of composite build support, Java Home handling under review and android support in review. | |
Passed mid-term evaluation with successful completion of composite build support, `JAVA_HOME` handling under review and Android support in review. |
|
||
**Limitations:** | ||
|
||
- The current implementation only allows for recognition of Java sources. |
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.
Good place to reference tickets as a follow-up
@@ -107,8 +150,11 @@ Throughout the program I have collaborated with all of my mentors and gained inv | |||
|
|||
My work on this project, significantly expanded my skill set, encompassing JSON-RPC, Language Server Protocol, Build Server Protocol, Gradle API, Gradle Tooling API, testing methodologies and merging techniques with git. I successfully applied these learnings to produce the mentioned outcomes. | |||
|
|||
If anyone is interested to continue the work and bring further support for Android projects in the [GradleBuildServer](https://github.com/microsoft/build-server-for-gradle) then you can get started [here](https://github.com/microsoft/build-server-for-gradle/labels/android). |
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.
Please also make sure to reference the key issues, the linked list will be a moving target
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.
Will linking this comment work or should I list all the issues individually?
Referencing the comment should be fine.
…On Sat, Aug 24, 2024, 15:20 Tanish Ranjan ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/events/gsoc/2024/gradle-build-server-android.md
<#65 (comment)>:
> @@ -107,8 +150,11 @@ Throughout the program I have collaborated with all of my mentors and gained inv
My work on this project, significantly expanded my skill set, encompassing JSON-RPC, Language Server Protocol, Build Server Protocol, Gradle API, Gradle Tooling API, testing methodologies and merging techniques with git. I successfully applied these learnings to produce the mentioned outcomes.
+If anyone is interested to continue the work and bring further support for Android projects in the [GradleBuildServer](https://github.com/microsoft/build-server-for-gradle) then you can get started [here](https://github.com/microsoft/build-server-for-gradle/labels/android).
Will linking this
<microsoft/build-server-for-gradle#173 (comment)>
comment work or should I list all the issues individually?
—
Reply to this email directly, view it on GitHub
<#65 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAW4RIF2AV2QGZUUJBR75SLZTCCBHAVCNFSM6AAAAABNALFPOCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENJYG4YTKMBZGY>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
--
*
CONFIDENTIALITY NOTICE*: The contents of this email message, and any
attachments, are intended solely for the addressee(s) and may contain
confidential, proprietary and/or privileged information legally protected
from disclosure. If you are not the intended recipient of this
communication, or if you received this communication by mistake, please
notify the sender immediately and delete this message and any attachments.
If you are not the intended recipient, you are hereby notified that any
use, retransmission, dissemination, copying or storage of this message or
its attachments is strictly prohibited.
|
Okay. I have referenced the comment and also listed the issues |
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.
Okay, let's land it. Thanks for updating the overview. I will take another look later to see what else could be added, but overall it looks pretty good
No description provided.