-
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]…
-
I have a Gradle project with an embedded plugin in `buildSrc` that has Java code in `buildSrc/srcmain/my/package/Foo.java`. When I open these Java files, a "Foo.java isn't on the classpath" notificati…
a01fe updated
2 years ago
-
**What went wrong:**
Execution failed for task ':buildSrc:compileGroovy'.
> BUG! exception in phase 'semantic analysis' in source unit 'D:\!Admin\Utils-General_Repo\MarryTTS\buildSrc\src\main\groovy…
-
We want to have build code implemented in Java to make it easier to maintain.
We can easily mix java and groovy implementations and everything is already set up to do so, so it's already easy to cre…
-
### Issue type
Missing information
### Problem description
There are several ways of adding something into runtime classpath of the build script itself. This issue is about the following two:
1.…
rybak updated
8 months ago
-
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.
-
I don't understand the reasoning behind https://github.com/grails/grails-gradle-plugin/commit/42ba793ca27f2a6c751e53630d3d1e1313fea3e8
(Besides, this was done in a patch version of Grails and broke…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### 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…
-
Hello!
We're trying to use this plugin in the [Library Simplified Android](https://github.com/NYPL-Simplified/Simplified-Android-Core) project to reject `-SNAPSHOT` dependencies. Unfortunately, we'…