ysb33r
10/24/2025, 6:10 PMorg.ysb33r.webdriver-binaries with version 4.0.0 .
You can find the documentation here, and the new project home is here. Contributions will be welcomed of-course.
Please read the release notes before upgrading, as there are a number of breaking changes in the DSL.Jonathan Leitschuh
10/30/2025, 9:04 PMysb33r
11/01/2025, 8:20 PMgrolifantOps which contains quite a number of useful utilities for buildscript authors.
People that authored plugins using Grolifant as a library might be familiar with a number of them already, but this plugin is aimed that at those that need more power when actually authoring `build.gradle(.kts)`files.
All of the functionality is not yet described in the documentation, but you can get a good taste of some of the things already, by reading https://utilities-gradle.ysb33r.org/utilities-gradle-plugin/1.0.0/usage.html.
The docs has the wrong plugin id, but the plugin portal is correct org.ysb33r.utilities.
I hope that this functionality will be really useful to some.ysb33r
11/04/2025, 8:01 PMgrabatool 1.0.0 has been released. It has updated to handle Gradle 7.3.3 - 9.2.0, and the DSL has been simplified.
grabatool has only one purpose - allow build script authors to download arbitrary SDK, distributions and standalone executables, cache them, and make the appropriate locations available as providers. Nothing is downloaded until a provider is realised.
If you used the old 0.5.0 you'll need to make some changes to your buildscript, but hopefully it will be clear enough in the docs on how to upgrade.
Documentation is here: https://grabatool.ysb33r.org.Jakub Chrzanowski
11/05/2025, 5:31 AMRebirth Project
11/11/2025, 10:51 AMEli Graber
11/18/2025, 5:56 PMJohn
11/20/2025, 7:56 PMJohn
11/25/2025, 10:15 PMLouis Jacomet
12/05/2025, 9:06 AMLaura Kassovic
12/09/2025, 6:46 PMMeet Developer
12/12/2025, 3:43 PMysb33r
12/19/2025, 8:51 PMorg.ysb33r.nempi)
If your project is the classic write a JVM-based code-base, make a JAR and publish to MavenCentral, then this might just be a plugin that works well for you too.Martin
12/25/2025, 4:05 PMVenkateswara Rao Uppala
02/21/2026, 12:02 PM[CXX1214] C:\Users\uppal\Downloads\cometchat-uikit-react-native-5\FloxlyApp\node_modules\expo-modules-core\android\CMakeLists.txt debug|arm64-v8a : User has minSdkVersion 22 but library was built for 24 [//ReactAndroid/hermestooling]can someone please tell me issue to get it fix I'm working with react-native-expo project for voipcall setup feature
Ivan CLOVIS Canet
03/04/2026, 9:04 AMVladislav Chesnokov
03/04/2026, 10:17 AMVladislav Chesnokov
04/28/2026, 7:53 AMJohn
05/08/2026, 3:20 PMLaura Kassovic
05/28/2026, 9:47 PMLaura Kassovic
06/09/2026, 3:41 AMLaura Kassovic
06/12/2026, 5:40 PMTapchicoma
06/17/2026, 8:06 AMBrice Dutheil
06/19/2026, 9:32 AMBrice Dutheil
06/19/2026, 11:27 AMw: file:///.../buildSrc/build.gradle.kts:110:17: 'fun <T : Any, U : T> NamedDomainObjectContainer<T>.getting(type: KClass<U>, configuration: U.() -> Unit): PolymorphicDomainObjectContainerGettingDelegateProvider<T, U>' is deprecated. Use 'val element = getByName<Type>(name) { }' instead. See the Gradle 9.6 upgrading guide.Brice Dutheil
07/08/2026, 5:23 PMShuvadip Chakraborty
07/22/2026, 5:31 AMShuvadip Chakraborty
07/22/2026, 5:39 AMysb33r
08/12/2026, 10:21 AMpnpm toolchain support, which also makes it very easy to take JS/TS-based tools and run them from Gradle i.e. Antora, Downdoc etc. Because you can allow pnpm to manage node on your behalf, it simplifies things even more. You can declare a set of packages to be associated with a toolchain and then prepare them with an instance of PnpmPrepareTask. You can then execute the appropraite packages from your toolchain using instances of PnpmExecTask (which under the hood calls pnpm exec with all the appropriate parameters and environment variables. This is a model similar to waht the JRubyPrepare and JRubyExec tasks do in the Simplified JRuby plugin suite.
All tasks in this release should be CC-compatible and also work on Gradle 9 (although some of the legacy plugins might raise warnings on Gradle 9.7+).
Docs are at javascript-gradle.ysb33r.org/javascript-ecosystem-gradle-plugin-suite/5.0.0/index.htmlJendrik Johannes
08/12/2026, 8:56 PM