-
I've used the sample code SayHelloUi in my project but unable to run
```
@OptIn(ExperimentalSplittiesApi::class)
class SayHelloUi(override val ctx: Context) : Ui {
private val materialStyles…
-
### Current Behavior
When navigating the Gradle documentation without any existing cookie (for example using incognito mode), you see the Groovy DSL code snippets focused.
### Expected Behavior
Gra…
-
Guardrail generates a Handler trait and akka-http server routes in the same file. Would it make sense to decouple them so that a handler implementation could be used for either akka-http, http4s, or …
-
Renovate Bot is only supporting updating version numbers in ```gradle.properties```. Probably it also doesn't understand the "```_```"-placeholder.
Is there a way to get Renovate Bot working while …
-
The documentation of the Kotlin DSL described the use of delegated properties to [look up project properties](https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:properties):
```kotlin…
-
### Describe the bug
Since #42875 a gradle build depending on a java-platform and with early task resolution will fail with
```java
org.gradle.api.plugins.InvalidPluginException: An exception occ…
-
Run this test code:
```kotlin
val suspendFunction : suspend () -> Unit = mock()
runBlocking {
suspendFunction.invoke()
}
runBlocking {
verify(suspendFunction).invoke()
}
```
…
-
### Describe the bug
I've got a Gradle/Quarkus project (using the gradle wrapper, and using the Kotlin gradle DSL) that's on Quarkus 3.4.1.
I'm trying to update Quarkus using the `quarkus update` …
-
Hello,
I'm currently trying to reproducibly build your app following the instructions but adapting it for use in a Dockerfile.
It would be helpful if you could provide some assistance as to ho…
xrviv updated
5 months ago
-
ComposingBuilds相比buildSrc有一个缺点就是:不支持双向跳转。ComposingBuilds支持引用跳转,但是在VersionPlugin中通过IDE findUsage查询对应版本依赖被引用的地方时是不支持跳转的,而且都显示无引用格式。