-
@marques-work @stevesaliman
I'm sorry to bother you again.i am really didn't get the point of this question.
https://github.com/liquibase/liquibase-gradle-plugin/issues/154
I'm using `liquibase-grad…
-
I tried to compile from Ubuntu 18.04. I was able to install mock with `sudo apt install mock -y` and run `sudo bash mock-prep.sh 64 init`.
`mock-sync.sh` had errors.
```
WARNING: specified 'pi…
-
## Numba 0.61.0rc1
* [x] Merge to main.
- [x] Remaining Pull-Requests from milestone: https://github.com/numba/numba/milestone/81
* [x] Check Numba's version support table documentation. Upda…
kc611 updated
52 minutes ago
-
### Expected Behavior
Having a project with a submodule, the buildscript dependencies of each builds do not affect each other. Example:
**build.gradle**
```
buildscript {
dependencies {…
-
These are not actually a real dependency, rather they just dictate the version of other dependencies owned by it. This leaks across buildscript classpaths too. For example - `buildscript { dependencie…
-
https://github.com/cashapp/licensee/blob/7b8b13978aba36faf157bc42404b139057bb7b99/README.md?plain=1#L81-L91
Using the `plugins` API, this is how it would look alike:
```
plugins {
id 'app.ca…
-
I have a problem.
Build was success.
And i run this code ->
~/work/ev3dev-buildscripts $ ./build-kernel bindeb-pkg KDEB_PKGVERSION=1
...
...
~/work/ev3dev-buildscripts $ ls ./build-area/*…
-
### Expected Behavior
If we have a root project (`:myProject`) and subproject(`:app`), the buildscript classpath of the `:app` actually contains everything root project has for users. The…
-
```
project.rootProject.buildscript.configurations.each { config ->
config.dependencies.each { dep ->
logger.warn("Dep: " + dep.name)
}
}
```
Even in my own tasks, I'm not abl…
-
Currently, the Feather buildscript uses Gradle to execute all of its tasks, from running the main feather task, mapping generation, and name propagation, to downloading necessary libraries and publish…