diff --git a/docs/assets/css/gradle.css b/docs/assets/css/gradle.css index d68e155..b5f0652 100644 --- a/docs/assets/css/gradle.css +++ b/docs/assets/css/gradle.css @@ -33,13 +33,36 @@ } h2 { - color: var(--gradle-blue); + color: var(--gradle-blue); } h3 { - color: var(--gradle-blue); + color: var(--gradle-blue); } h4 { - color: var(--gradle-blue); + color: var(--gradle-blue); +} + +.youtube-video { + overflow: hidden; + position: relative; + display: flex; + justify-content: center; + + div { + position: relative; + height: 100%; + width: 100%; + aspect-ratio: 16/9; + max-width: 900px; + } + + iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } } diff --git a/docs/events/gsoc/2024/README.md b/docs/events/gsoc/2024/README.md index dae6741..2ce699f 100644 --- a/docs/events/gsoc/2024/README.md +++ b/docs/events/gsoc/2024/README.md @@ -1,4 +1,28 @@ # Gradle in Google Summer of Code 2024 This is an active program. -See [this page](../README.md) for the status and more information. + +## Current Status + +See [the main GSoC page](../README.md) for the status and more information. + +## Archive + +### 2024 Project Ideas + +Not all project applications were accepted in 2024, +and we have some project ideas that are open for contributions. +Consider them for GSoC 2025 or other open source mentorship program! + +- [Kotlin DSL improvements for Declarative Gradle](https://kotlinlang.org/docs/gsoc-2024.html#kotlin-dsl-improvements-for-declarative-gradle-medium-175-hrs) - + Kotlin Foundation, Medium difficulty, 175 hrs +- [Gradle build server – support for Android projects](https://kotlinlang.org/docs/gsoc-2024.html#gradle-build-server-support-for-android-projects-medium-or-hard-175-hrs-or-350-hrs) - + Kotlin Foundation, Medium or Hard difficulty, 175 hrs or 350 hrs +- [Kotlin DSL documentation samples test framework](https://kotlinlang.org/docs/gsoc-2024.html#kotlin-dsl-documentation-samples-test-framework-easy-or-medium-90-hrs-or-175-hrs) - + Kotlin Foundation, Easy or Medium difficulty, 90 hrs or 175 hrs +- [Improve Buildship project and classpath generation](https://gitlab.eclipse.org/eclipsefdn/emo-team/gsoc-at-the-ef/-/issues/7) - + Eclipse Foundation, Easy difficulty, 175 hrs or 350 hrs +- [Make Buildship independent from the Eclipse Gradle plugin](https://gitlab.eclipse.org/eclipsefdn/emo-team/gsoc-at-the-ef/-/issues/6) - + Eclipse Foundation, Medium or Hard difficulty, 175 hrs or 350 hrs +- [Eclipse and Gradle Build Server](https://gitlab.eclipse.org/eclipsefdn/emo-team/gsoc-at-the-ef/-/issues/5) - + Eclipse Foundation, Medium or Hard difficulty, 175 hrs or 350 hrs diff --git a/docs/events/gsoc/2024/checkstyle-plugin.md b/docs/events/gsoc/2024/checkstyle-plugin.md index 78ad5ad..4823f76 100644 --- a/docs/events/gsoc/2024/checkstyle-plugin.md +++ b/docs/events/gsoc/2024/checkstyle-plugin.md @@ -5,7 +5,8 @@ - **Better Declarativity**: improve the declarative nature of Kotlin DSL when integrating plugins. ## Status -Selected + +Stopped (after mid-term evaluation) ## Team #### Authors @@ -35,7 +36,17 @@ Selected - Provide an improved Kotlin DSL, particularly enhancing its declarativity when integrating plugins. + +## Mid-Term Project Demo + +