-
`FileSystemAccess` is the entry point to the file-system for Gradle, as it guards the `VirtualFileSystem` state. All writes should go through `FileSystemAccess.write()` so that we can invalidate any r…
lptr updated
9 months ago
-
We have quite some tests to prove that the property upgrade infrastructure works (or at least should have enough tests). However, it is still easy to make mistakes when declaring the upgrade metadata …
lptr updated
8 months ago
-
classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
Gradle Version 7.4.2
Gradle Plugin Version 7.2.2
报错如下
/var/folders/lm/ymj2vhj91_79yntpgg98h8r40000gn/T/9326926774270237465/proto.a…
-
### Current Behavior
When we use `dependencySubstitution` in `includeBuild` block, it doesn't get evaluated if the same project is also included with `includeBuild` in `pluginManagement`.
### Expect…
-
It is often asked how to configure Gradle best for CI builds. What are the best practices?
Much of this information is available in different parts of the user manual, but it would be good to sum it …
-
```
plugins {
id("org.jetbrains.kotlin.jvm") version "1.7.10"
}
dependencies {
testImplementation("junit:junit:4.12")
testImplementation(gradleTestKit())
}
```
```
package co…
-
### Current Behavior
Hi,
We in TeamCity, for building Gradle projects, pass our custom init script in every build. One of the goals is to be able to report tests. For this, we implement a Gradle l…
-
**Context**
Gradle currently caches task output that contains data retrieved from remote sources like databases or http requests. There is a legitimate use case for consuming external data in a build…
-
java.lang.NoSuchMethodError: No virtual method getAnnotatedSuperclass()Ljava/lang/reflect/AnnotatedType; in class Ljava/lang/Class; or its super classes (declaration of 'java.lang.Class' appears in /a…
-
### Current Behavior
I moved an existing production class from one project to another, while keeping the same package. The commit is [here](https://github.com/gradle/gradle/pull/26222/commits/983b…