home.social

#gradle — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gradle, aggregated by home.social.

  1. We keep adding features to our CI runners that we believe users will find it useful. This time we added support for opening a console against a job environment, for example for debugging:

    tuist.dev/changelog/2026.07.15

  2. We keep adding features to our CI runners that we believe users will find it useful. This time we added support for opening a console against a job environment, for example for debugging:

    tuist.dev/changelog/2026.07.15
    #ci #gradle #swift

  3. We keep adding features to our CI runners that we believe users will find it useful. This time we added support for opening a console against a job environment, for example for debugging:

    tuist.dev/changelog/2026.07.15
    #ci #gradle #swift

  4. We keep adding features to our CI runners that we believe users will find it useful. This time we added support for opening a console against a job environment, for example for debugging:

    tuist.dev/changelog/2026.07.15
    #ci #gradle #swift

  5. We keep adding features to our CI runners that we believe users will find it useful. This time we added support for opening a console against a job environment, for example for debugging:

    tuist.dev/changelog/2026.07.15
    #ci #gradle #swift

  6. Logpoints and a bundled debugger skill to make #debugging easier, dependency completion for #Gradle and #Maven, support for #Java 27, #Kotlin 2.4, new features for #Spring security, #Docker and more...
    #IntelliJIDEA 2026.2 is here: youtu.be/1wzW-gM9OZE?is=yz-0VO

  7. Logpoints and a bundled debugger skill to make #debugging easier, dependency completion for #Gradle and #Maven, support for #Java 27, #Kotlin 2.4, new features for #Spring security, #Docker and more...
    #IntelliJIDEA 2026.2 is here: youtu.be/1wzW-gM9OZE?is=yz-0VO

  8. Logpoints and a bundled debugger skill to make #debugging easier, dependency completion for #Gradle and #Maven, support for #Java 27, #Kotlin 2.4, new features for #Spring security, #Docker and more...
    #IntelliJIDEA 2026.2 is here: youtu.be/1wzW-gM9OZE?is=yz-0VO

  9. Logpoints and a bundled debugger skill to make #debugging easier, dependency completion for #Gradle and #Maven, support for #Java 27, #Kotlin 2.4, new features for #Spring security, #Docker and more...
    #IntelliJIDEA 2026.2 is here: youtu.be/1wzW-gM9OZE?is=yz-0VO

  10. Logpoints and a bundled debugger skill to make #debugging easier, dependency completion for #Gradle and #Maven, support for #Java 27, #Kotlin 2.4, new features for #Spring security, #Docker and more...
    #IntelliJIDEA 2026.2 is here: youtu.be/1wzW-gM9OZE?is=yz-0VO

  11. @theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.

  12. @theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.

  13. @theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.

  14. @theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.

  15. @theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.

  16. [Перевод] Тестовые фикстуры: управление зависимостями в Gradle

    В многомодульных Gradle-проектах рано или поздно появляются вспомогательные классы для тестов: фабрики тестовых данных, билдеры, хелперы. Такие классы не относятся ни к продакшн-коду, ни к обычным тестам. Логично было бы переиспользовать их сразу в нескольких модулях, но классическая модель Gradle этого не позволяет: тестовые артефакты одного проекта нельзя просто так подключить как зависимость в другом. На самом деле Gradle умеет решать эту задачу из коробки без вспомогательных проектов и хитрых конфигураций. Начиная с версии 5.6, тестовые фикстуры стали в Gradle полноценной сущностью первого класса, и весь этот пласт боли можно убрать буквально несколькими строчками в build.gradle. Плагин java-test-fixtures заводит в модуле отдельный SourceSet, а другие модули подключают эти классы через лаконичный DSL. При публикации Gradle даже собирает отдельный *-test-fixtures.jar для независимых проектов. В статье на примерах показано, как расшарить тестовые хелперы между модулями, избавиться от дублирования и при этом сохранить чистые архитектурные границы. Если вы устали таскать тестовый код из модуля в модуль, то Вам точно пригодится.

    habr.com/ru/companies/spring_a

    #gradle #dependencies #java #kotlin

  17. [Перевод] Тестовые фикстуры: управление зависимостями в Gradle

    В многомодульных Gradle-проектах рано или поздно появляются вспомогательные классы для тестов: фабрики тестовых данных, билдеры, хелперы. Такие классы не относятся ни к продакшн-коду, ни к обычным тестам. Логично было бы переиспользовать их сразу в нескольких модулях, но классическая модель Gradle этого не позволяет: тестовые артефакты одного проекта нельзя просто так подключить как зависимость в другом. На самом деле Gradle умеет решать эту задачу из коробки без вспомогательных проектов и хитрых конфигураций. Начиная с версии 5.6, тестовые фикстуры стали в Gradle полноценной сущностью первого класса, и весь этот пласт боли можно убрать буквально несколькими строчками в build.gradle. Плагин java-test-fixtures заводит в модуле отдельный SourceSet, а другие модули подключают эти классы через лаконичный DSL. При публикации Gradle даже собирает отдельный *-test-fixtures.jar для независимых проектов. В статье на примерах показано, как расшарить тестовые хелперы между модулями, избавиться от дублирования и при этом сохранить чистые архитектурные границы. Если вы устали таскать тестовый код из модуля в модуль, то Вам точно пригодится.

    habr.com/ru/companies/spring_a

    #gradle #dependencies #java #kotlin

  18. [Перевод] Тестовые фикстуры: управление зависимостями в Gradle

    В многомодульных Gradle-проектах рано или поздно появляются вспомогательные классы для тестов: фабрики тестовых данных, билдеры, хелперы. Такие классы не относятся ни к продакшн-коду, ни к обычным тестам. Логично было бы переиспользовать их сразу в нескольких модулях, но классическая модель Gradle этого не позволяет: тестовые артефакты одного проекта нельзя просто так подключить как зависимость в другом. На самом деле Gradle умеет решать эту задачу из коробки без вспомогательных проектов и хитрых конфигураций. Начиная с версии 5.6, тестовые фикстуры стали в Gradle полноценной сущностью первого класса, и весь этот пласт боли можно убрать буквально несколькими строчками в build.gradle. Плагин java-test-fixtures заводит в модуле отдельный SourceSet, а другие модули подключают эти классы через лаконичный DSL. При публикации Gradle даже собирает отдельный *-test-fixtures.jar для независимых проектов. В статье на примерах показано, как расшарить тестовые хелперы между модулями, избавиться от дублирования и при этом сохранить чистые архитектурные границы. Если вы устали таскать тестовый код из модуля в модуль, то Вам точно пригодится.

    habr.com/ru/companies/spring_a

    #gradle #dependencies #java #kotlin

  19. My talk about the "Moments When Things Go Wrong" is up! It is a tale about debugging various Gradle related issues including race conditions in Kotlin Gradle Plugin.

    youtu.be/bavxLLEGX4w?si=8ds66V

    speakerdeck.com/aurimas/moment

    #gradle #kotlin #debugging

  20. My talk about the "Moments When Things Go Wrong" is up! It is a tale about debugging various Gradle related issues including race conditions in Kotlin Gradle Plugin.

    youtu.be/bavxLLEGX4w?si=8ds66V

    speakerdeck.com/aurimas/moment

    #gradle #kotlin #debugging

  21. My talk about the "Moments When Things Go Wrong" is up! It is a tale about debugging various Gradle related issues including race conditions in Kotlin Gradle Plugin.

    youtu.be/bavxLLEGX4w?si=8ds66V

    speakerdeck.com/aurimas/moment

    #gradle #kotlin #debugging

  22. My talk about the "Moments When Things Go Wrong" is up! It is a tale about debugging various Gradle related issues including race conditions in Kotlin Gradle Plugin.

    youtu.be/bavxLLEGX4w?si=8ds66V

    speakerdeck.com/aurimas/moment

    #gradle #kotlin #debugging

  23. My talk about the "Moments When Things Go Wrong" is up! It is a tale about debugging various Gradle related issues including race conditions in Kotlin Gradle Plugin.

    youtu.be/bavxLLEGX4w?si=8ds66V

    speakerdeck.com/aurimas/moment

    #gradle #kotlin #debugging

  24. 🚀 Android Studio Quail 3 Canary 4 is here!

    Highlights: ✅ Improved Gradle DSL configuration flexibility ✅ Fixed Running Devices crash with Ctrl + scroll wheel on physical devices

    Read more: androidstudio.googleblog.com/2

    #AndroidDev #AndroidStudio #Gradle #Kotlin

  25. 🚀 Android Studio Quail 3 Canary 4 is here!

    Highlights: ✅ Improved Gradle DSL configuration flexibility ✅ Fixed Running Devices crash with Ctrl + scroll wheel on physical devices

    Read more: androidstudio.googleblog.com/2

    #AndroidDev #AndroidStudio #Gradle #Kotlin

  26. 🚀 Google KSP 2.3.10 is here!

    Highlights:
    • OOM fix for coroutine dispatcher threads
    • Kotlin 2.4.0 compatibility
    • Better incremental compilation
    • AGP 9 R-class fix
    • Improved build & remote cache reliability

    github.com/google/ksp/releases

    #Kotlin #AndroidDev #KSP #Gradle

  27. 🚀 Google KSP 2.3.10 is here!

    Highlights:
    • OOM fix for coroutine dispatcher threads
    • Kotlin 2.4.0 compatibility
    • Better incremental compilation
    • AGP 9 R-class fix
    • Improved build & remote cache reliability

    github.com/google/ksp/releases

    #Kotlin #AndroidDev #KSP #Gradle

  28. We recorded the What's New in #IntelliJIDEA 2026.2 video today. New features for #AI, #Java, #Kotlin, Debugger, #Spring, #Gradle, #Maven and #Docker coming soon to an IDE near you! @sivalabs @antonarhipov Marco Behler

  29. We recorded the What's New in #IntelliJIDEA 2026.2 video today. New features for #AI, #Java, #Kotlin, Debugger, #Spring, #Gradle, #Maven and #Docker coming soon to an IDE near you! @sivalabs @antonarhipov Marco Behler

  30. We recorded the What's New in #IntelliJIDEA 2026.2 video today. New features for #AI, #Java, #Kotlin, Debugger, #Spring, #Gradle, #Maven and #Docker coming soon to an IDE near you! @sivalabs @antonarhipov Marco Behler

  31. We recorded the What's New in #IntelliJIDEA 2026.2 video today. New features for #AI, #Java, #Kotlin, Debugger, #Spring, #Gradle, #Maven and #Docker coming soon to an IDE near you! @sivalabs @antonarhipov Marco Behler

  32. We recorded the What's New in #IntelliJIDEA 2026.2 video today. New features for #AI, #Java, #Kotlin, Debugger, #Spring, #Gradle, #Maven and #Docker coming soon to an IDE near you! @sivalabs @antonarhipov Marco Behler

  33. Something I really appreciate about the #bld build tool: the build scripts are in src/bld, right next to src/main and src/test.

    Much cleaner then #gradle's top-level build files and /buildSrc (or /build-logic) directories.

  34. Something I really appreciate about the #bld build tool: the build scripts are in src/bld, right next to src/main and src/test.

    Much cleaner then #gradle's top-level build files and /buildSrc (or /build-logic) directories.