-
`buildSrc `作为一个公共目录,按照教程只需要如此这般就能生效↓
`build.gradle.kts`
```kotlin
plugins {
`kotlin-dsl`
}
```
`\buildSrc\src\main\kotlin\com\xx\sss\gradle\Configuration.kt`
```
package com.xx.sss.…
-
### Describe your use-case which is not covered by existing documentation.
Hey! I'd like to try this out, but on a smaller scale, just in a single project's convention plugins.
It'd be handy to …
aSemy updated
2 months ago
-
The package structure for the dependency objects we use instead of Gradle Version Catalog is mouthful, e.g., `io.spine.internal.dependencies.spine.Spine`. We still have not decided on [migrating to Ve…
-
### 📝 Overall Description
i analysis spring-cloud-gateway-server-3.1.0.jar,and add convertToRoute() as entrypoint:
```
public void onStart() {
List list = solver.getHierarchy().applicati…
-
Seeing a series of these errors:
```
:buildSrc:generatePrecompiledScriptPluginAccessors
org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin request [id: 'com.mali…
-
Build instructions in the Readme state:
> Set `JAVA_HOME` environment variable to JDK 11.
Is this still correct? Because doing so, trying to build v1.27 I ended up with:
```
Execution failed…
-
### Current Behavior
When creating a buildSrc directory with contents in a project that didn't have one, yet, the next build might be a configuration cache hit.
### Expected Behavior
Creating a bui…
-
I updated to 0.50.0 and executed
`gradle buildSrcLibs`
in the project root.
I already had an existing buildSrc directory including a Libs.kt file (from refreshVersions 0.40.*).
After executin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
### Expected Behavior
When attempting to build a project, that requires a newer version of Java then the one gradle is currently using, results in obtuse error messages.
It would be nice to get a hu…