-
Currently the full `buildSrc` project does not appear to run when there are changes. Test failures are not reported unless `./gradlew buildSrc:build` is used.
-
### Current Behavior
Gradle prints `detachedConfiguration123` when resolving.
For instance:
```
0% INITIALIZING [1s]
> Building buildSrc > :buildSrc:batchtest:spotlessKotlin > Resolve depend…
-
### Expected Behavior
The verbose console (`--console=verbose`) should show a task's name as soon as its execution starts.
```console
$ ./gradlew baseServices:compileJava --console=verbose
> Task :b…
-
## What happened?
I switched from square.javapoet 1.13.0 to palantir.javapoet 0.5.0 according to the migration instructions.
```
dependencies {
compileOnly 'com.squareup:javapoet:1.13.0'
…
-
Grails 5.3.2 single file [build.gradle](https://github.com/codeconsole/website/blob/5.3.2/build.gradle)
[settings.gradle](https://github.com/codeconsole/website/blob/5.3.2/settings.gradle) 1 line o…
-
### Issue type
Wrong or misleading information
### Problem description
Hello,
I follow this [document](https://docs.gradle.org/current/userguide/custom_plugins.html#sec:precompile_script_plu…
-
**What would you like Renovate to be able to do?**
https://docs.gradle.org/current/userguide/composite_builds.html#composite_build_intro
**Did you already have any implementation ideas?**
- R…
-
Current, we use 0.6.1
https://github.com/naver/spring-batch-plus/blob/9cfd63ccf4f45e697839aa259a8c076738ebe3c3/buildSrc/build.gradle.kts#L14
See also: [Kover migration guide from 0.6.x to 0.7.4]…
-
On Linux Mint 14, when I run
bash gradlew publish
It doesn't finish and ends up showing an error:
FAILURE: Build failed with an exception.
- Where:
Build file '/home/pablo/src/BuildingYourOwn3DPr…
-
### Current Behavior
Gradle picks a Linux system's JRE (i.e. not JDK, with `javac`) as the Java toolchain for the daemon although a JDK is property detected by `./gradlew javaToolchains`.
### Ex…