#gradle — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gradle, aggregated by home.social.
-
I know Maven well. Gradle was mostly unfamiliar, so I built one Quarkus project to see where the difference becomes real.
A custom task generates build metadata, declares its inputs and output, joins `processResources`, and becomes `UP-TO-DATE` on the second run. The Java stays ordinary; the build model changes.
https://www.the-main-thread.com/p/quarkus-gradle-for-maven-developers
-
RE: https://fosstodon.org/@mlugg/116998638942951119
: cries in #gradle :
-
Understanding Verification Methods
https://docs.gradle.org/current/userguide/dependency_verification.html
-
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:
https://tuist.dev/changelog/2026.07.15-runner-terminal-access
#ci #gradle #swift -
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: https://youtu.be/1wzW-gM9OZE?is=yz-0VOIX61p8KWTj -
Wednesday Links - Edition 2026-07-15
https://dev.to/0xkkocel/wednesday-links-edition-2026-07-15-1dlj
#java #jvm #gradle #github #spring #clickhouse -
@theimpulson "Gemini doesn't understand #Gradle" is a damning indictment of both systems.
-
[Перевод] Тестовые фикстуры: управление зависимостями в Gradle
В многомодульных Gradle-проектах рано или поздно появляются вспомогательные классы для тестов: фабрики тестовых данных, билдеры, хелперы. Такие классы не относятся ни к продакшн-коду, ни к обычным тестам. Логично было бы переиспользовать их сразу в нескольких модулях, но классическая модель Gradle этого не позволяет: тестовые артефакты одного проекта нельзя просто так подключить как зависимость в другом. На самом деле Gradle умеет решать эту задачу из коробки без вспомогательных проектов и хитрых конфигураций. Начиная с версии 5.6, тестовые фикстуры стали в Gradle полноценной сущностью первого класса, и весь этот пласт боли можно убрать буквально несколькими строчками в build.gradle. Плагин java-test-fixtures заводит в модуле отдельный SourceSet, а другие модули подключают эти классы через лаконичный DSL. При публикации Gradle даже собирает отдельный *-test-fixtures.jar для независимых проектов. В статье на примерах показано, как расшарить тестовые хелперы между модулями, избавиться от дублирования и при этом сохранить чистые архитектурные границы. Если вы устали таскать тестовый код из модуля в модуль, то Вам точно пригодится.
-
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.
https://youtu.be/bavxLLEGX4w?si=8ds66VhAugUEEDE5
https://speakerdeck.com/aurimas/moments-when-things-go-wrong
-
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
-
A post on how I sped up a very specific Gradle invocation by 24x
https://www.liutikas.net/2026/06/25/Hidden-Fingerprinting.html
-
Gradle 9.6.0 released today and it looks like it is the start of a big API/language cleanup. There is a long list of old constructs that are deprecated in favor of more consistent (and not so new anymore) alternatives:
https://docs.gradle.org/current/userguide/upgrading_version_9.html#v9_deprecations_9_6
I for one are happy to see this happening and I am looking forward to get a much clearer user experience – particularly for new users – in Gradle 10.
-
Java teams already know distributed systems — but most #Blockchain stacks still expect Rust or JavaScript. @satran004 shows how #BloxBean brings #Cardano into familiar #Java workflows with #JUnit, #Gradle, Spring events & local testing: https://javapro.io/2026/05/08/java-developers-youre-already-ready-for-blockchain-you-just-dont-know-it-yet/
#Web3 Cardano_CF -
Viele Java-Teams wissen nicht, welche Libraries wirklich produktiv laufen — bis die nächste #Log4Shell auftaucht. #SBOMs schaffen Transparenz über Abhängigkeiten & Risiken.
Sven Ruppert zeigt die Praxis:
https://javapro.io/de/sbom-fuer-java-entwickler-was-bringt-mir-das-im-alltag-wirklich-teil-1/
https://javapro.io/de/sbom-fuer-java-entwickler-was-bringt-mir-das-im-alltag-wirklich-teil-2/ -
If #Gradle is your build system and are looking for a solution so speed up your builds, let us help you with it:
https://tuist.dev/en/docs/guides/features/cache/gradle-cache
-
Wednesday Links - Edition 2026-06-03
https://dev.to/0xkkocel/wednesday-links-edition-2026-06-03-2m9e
#java #jvm #gradle #ai -
🚨 New Blog Post🚨
I've compiled what we've learned about Gradle's dependency verification feature at the GradleX project into a best practices guide! If you use dependency verification or are planning to adopt it, this one is for you!
👉 https://britter.dev/blog/2026/06/01/gradle-dependency-verification-best-practices/
-
Irregular reminder about #pythonbuilder, a build system in Python.
https://codeberg.org/harald/pythonbuilder
I use it for 20 personal projects with Java, Python, Typescript, Elisp and I am quite happy with it. Using it means to write a Python script to define the targets to build and their dependencies.
No magic, just plain Python.
For some theory, read: https://codeberg.org/harald/pythonbuilder#some-theory-or-why
Detailed docs: https://docs.miamao.de/@main/pythonbuilder/
#pythonbuilder #build #buildSystem #gradle #maven #cmake #npm