-
Hello, running `gradlew :server:test` leads to 8 failed tests. I also noticed the tests are not run as part of github actions. It would really make the codebase more error prune to run the tests on ev…
-
No matter what I do, I can't seem to get the versions to increment. Perhaps I am using the plugin wrong?
Here's a simple way to replicate it:
```
git clone git@github.com:tschulte/gradle-seman…
-
### Describe the bug
I've just upgraded my tauri project to 2.0 alpha version and encountered he issue "Error Permission denied (os error 13)".
I have a gitlab pipeline job to create Android apk …
-
imagine sth like:
```
containers {
"httpd" {
status {
execShell("systemctl status httpd.service")
}
}
}
```
then running `sh gradlew envStatus` will print HT…
-
I have tried to build Java-GI on Ubuntu 24.04 and Fedora 40. I get the same error on each. I also tried multiple Java distributions. I have made sure I have all the required packages.
I get the fol…
-
### What happened?
1. Project https://github.com/karltiirik/spock-restassured-allure
2. Run tests `./gradlew clean test`
3. Generate report `./gradlew allureServe`
4. A test with a variable both i…
-
## What version of OpenRewrite are you using?
I am using https://github.com/gtiwari333/openrewrite-groovy-bug/blob/main/init.gradle
- org.openrewrite.recipe:rewrite-recipe-bom - 2.1.20
-…
-
![error_toggle](https://cloud.githubusercontent.com/assets/4397319/13489236/f5f24982-e14b-11e5-8fda-a516783c7488.png)
Facing this while building the application.
I tried `gradlew clean` still no luck…
-
I have a Spek test running successfully with `./gradlew test`, but it fails when running with the Spek Framework Android Studio plugin. For some reason the Spek plugin isn't picking up my [override of…
-
gradlew.bat을 실행시키면 java.io.IOException: 현재 연결은 사용자의 호스트 시스템의 소프트웨어의 의해 중단되었습니다 라면서
빌드가 되지 않습니다. 어떻게 해야 하죠?