Nikky

Results 52 comments of Nikky

my usecase is also batching (not sure if natural or not) specifically emit if either the buffer reaches size limit or time limit is reached and the buffer contains any...

backpressure is a desirable property in some systems, at least for our usecase

do included builds work at all when refreshVersions is involved? i do not need the versions.properties to be synced or shared.. when i try to run the task in the...

in the newest versions of gradle buildSrc is a included build, so not sure how much those articles still hold true

**dirty** experiment to see if refreshVersions can automatically set up task dependencies on refreshVersions in included builds ``` gradle.rootProject { afterEvaluate { val task = gradle.includedBuilds.firstOrNull()?.task(":refreshVersionsDDDDsjdfhdsiuf")!! logger.lifecycle("task: $task") val ourTask...

sharing a single `versions.properties` file works right now.. but having dependencies from different projects all flatmapped into it will create issues when trying to detect unused dependencies i would suggest...

we already figured out it is possible to list the included projects from the root of the repository but for a included project there needs to be some syntax that...

@LouisCAD i reverted the commit, kepts the plugin alias so that tests do not fail, i will remove that in a future PR when i work on integrating parent and...

further testing reveals this breaks in different ways.. still needs more testing

i also ran into this issue today.. i hope i can get around this by adding a dummy configuration or such for now i am using this as a workaround...