Günther Grill
Günther Grill
@Xerus2000 Doesn't the resolution strategy provided in the README solves this? ``` tasks.named("dependencyUpdates") { resolutionStrategy { componentSelection { all { val rejected = listOf("alpha", "beta", "rc", "cr", "m", "preview") .map...
Would be really nice to see this, because the Ktor version 0.3.0 is pretty outdated.
Possible duplicate of https://github.com/JetBrains/spek/issues/113
For those who don't want to use the import directive: This is how it can be done: go.mod file: ```go.mod module foo go 1.16 require ( github.com/coreos/go-systemd/v22 v22.3.2 // indirect...
With Gradle 10, this warning deprecation warning appears as well: ``` The AbstractFileCollection.getBuildDependencies() method has been deprecated. This is scheduled to be removed in Gradle 5.0. org.jetbrains.kotlin.gradle.frontend.npm.NpmPackageManager$injectDependencies$1$1 extends AbstractFileCollection. Do...
I'd also love this to see.
@buggy is this still an issue? How did you overcome it?
https://github.com/magicmonty/bash-git-prompt/pull/491 is merged now. @retif Could you confirm that this solves your issue?
@mskalski Could you split the two changes into two separate commits, then I am happy to merge that one.
@mskalski could you please again change your commits so that the title of the commit is a statement what the commit contains instead of the issue-text.