-
Note: While this is the same gradle project as my previous bug, I changed the interface from 'idea-based' to 'newest possible'. I then get this. Note: Multiple stack traces here, some the same as prev…
-
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
- […
-
是用2016-7-12版本的demo代码, 针对app模块
1. 修改
defaultConfig {
applicationId "com.dodola.rocoosample"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.1"
…
-
Tests for scripts in `buildSrc` require connection to the internet. This might be problematic in some cases (e.g. local compilation). Also, maven.org seems to be down from time to time and causes rand…
-
### What happened?
I've followed the set up steps here: https://beam.apache.org/contribute/get-started-contributing/ and my `./gradlew :checkSetup` is failing due to the following:
```
./gradlew …
cozos updated
2 years ago
-
### Expected Behavior
getEditableBuilds includes builds included by the buildSrc build
https://docs.gradle.org/current/javadoc/org/gradle/tooling/model/gradle/GradleBuild.html#getEditableB…
-
The plugin "de.fayard.refreshVersions" doesn't appear to work for buildSrc plugins inside a multi-module project, but it would be nice if it could.
Steps to produce scenario:
1. With Gradle 7.2,…
-
e output will look like this:
$ gradle init
Select type of project to generate:
1: basic
2: application
3: library
4: Gradle plugin
Enter selection (default: basic) [1..4] 2
Spli…
-
### 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…
-
Please describe your feature request, and some context why this would be useful to you and others using the plugin.
Hi,
I have added library capability to my project buildSrc by adding this block …