Skip to content

Google Summer of Code

Google Summer of Code (GSoC) is a global, online program focused on bringing new contributors into open source software development. GSoC Contributors work with an open source organization on a 12+ week programming project under the guidance of mentors. Gradle has participated in GSoC since 2023.

GSoC 2024#

Many organizations, including the Kotlin Foundation and the Eclipse Foundation, are planning Google Summer of Code in 2024. In Gradle, we plan to join one of the existing organizations. Let us know in the #gsoc channel on the community Slack if you're potentially interested!

Project Ideas#

So far we have submitted the relevant project ideas as a part of two foundations:

For Contributors/Mentees#

See the project descriptions for references to particular newcomer-friendly issues or learning scenarios. If nothing is available there, it is recommended to start learning Gradle basics, if you aren't already familiar with them. Then, we recommend looking into some of the newcomer-friendly issues in the target project or in Gradle as whole. Prior track of contributions during the application phase is important during the project proposal reviews, because it helps us to build impression about the candidate.

To get started:

  1. Join the #gsoc channel on the Gradle community Slack. If there're such channels in the foundations, please join them too
  2. Explore the Getting Started with Gradle with Gradle and the relevant topic-specific Gradle Guides
  3. Check out the contributing guidelines, try addressing some of the newcomer friendly issues
  4. Discuss the project ideas with your mentors on the public channels

References:

For Mentors#

We invite Gradle community members, if they are interested in mentoring, to submit their project ideas.

Mentoring requires a time commitment of several hours a week. It is a great opportunity to have someone prototyping your idea that it is not on the short term roadmap but remains interesting to you and valuable to the Gradle community.

References:

GSoC 2023#

In the summer of 2023, The Kotlin Foundation sponsored four projects for the Google Summer of Code 2023. The Gradle Kotlin Script Support for Eclipse and BuildShip project by Nikolai Vladimirov was one of them! Gradle, a Kotlin Foundation member, and Donát Csikós provided mentoring support for this project.

The project's initial goal was to improve user interaction with Gradle Kotlin scripts inside the Eclipse IDE. The project aimed to implement several key functionalities, including syntax highlighting for Kotlin scripts, content assistance, go-to-definition, accurate diagnostics for syntax errors, signature help, and hovering. Nikolai successfully delivered these features by implementing support for Kotlin scripts based on the existing kotlin-language-server project, creating a new system to separate compilation environments for each build script. Read more about this project by Nikolai and the team.

Syntax highlighting for .kts scripts in Eclipse IDE