coffeecat9492
JCHJava Community | Help. Code. Learn.
•Created by coffeecat9492 on 1/7/2025 in #java-help
CI/CD help Github actions with Gradle
Sorry this isn't exactly Java related, but I'm trying to automate the Junit tests over Github actions. I don't want to push my gradle wrapper to the repository, so I'm following this:
https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#build-with-a-specific-gradle-version
I tried adding gradle init and gradle build, but with the same results, the error is basically:
Directory '/home/runner/work/Cat/Cat' does not contain a Gradle build.Any ideas how to resolve this?
6 replies
JCHJava Community | Help. Code. Learn.
•Created by coffeecat9492 on 4/24/2023 in #java-help
Compiling from Command Line
59 replies