-
-
### What happened?
After migration from 1.x to 2.x version tests always are failed
### Relevant log output or stack trace
```
./gradlew clean runIdeForUiTests --stacktrace -Dprofile=test -Dp…
-
## Issue description
I try to build a kotlin [project](https://github.com/jmerle/cg-local-app) using gradle with following `default.nix`
~~~~
with (import {});
stdenv.mkDerivation rec {
na…
-
Per [ticket 5794](https://swirldslabs.freshdesk.com/a/tickets/5794) we need to add a new repository to manage the hedera gradle conventions plugins that are used throughout our repository tree inside …
-
Extension Name: vscode-gradle
Extension Version: 3.8.0
OS Version: Windows 10 20H2
VSCode version: 1.61.0
**Describe the bug**
Trying to run tasks provided by Gradle Tasks results in "command g…
-
**Describe the bug**
When I attempt to run the jmh task a second time without making any code changes, Gradle skips running it. That's because Gradle sees that all the dependencies of the jmh task a…
-
### Steps to reproduce
1. Create an app that uses flutter_localizations the following way:
`pubspec.yml`
```yml
flutter_localizations:
sdk: flutter
```
and that uses code generation
`a10…
-
- Link to build log from https://jitpack.io
https://jitpack.io/com/github/felHR85/UsbSerial/6.1.0/build.log
- What error are you seeing?
Build failed. See the log at jitpack.io
-
Hi there! The output of "docker compose up" and "docker compose down" appears on the console when running tasks. As an example, this is what you see:
```
$ ./gradlew SampleApp:test
> Task :Sample…
-
### Steps to reproduce
```
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: …