Hello,
I just started my first pipeline evaluation. For this I set up a repo with a gradle / Java 11 project.
But the Pipeline always fails and I dont unterstand the reason.
My pipeline is this:
image: gradle:6.3.0-jdk11
pipelines:
default:
- parallel:
- step:
name: Build and Test
caches:
- gradle
script:
- gradle build
after-script:
- pipe: atlassian/checkstyle-report:0.2.0
- step:
name: Security Scan
script:
# Run a security scan for sensitive data.
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
- pipe: atlassian/git-secrets-scan:0.4.3
The error is:
Here are the highlights of this release:
- Java 14 support
- Improved error messages for unexpected failures
For more details see https://docs.gradle.org/6.3/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file '/opt/atlassian/pipelines/agent/build/build.gradle' line: 9
* What went wrong:
A problem occurred evaluating root project 'MgmTech'.
> No signature of method: build_943zgsg5a4rp01om5sho1wutm.java() is applicable for argument types: (build_943zgsg5a4rp01om5sho1wutm$_run_closure1) values: [build_943zgsg5a4rp01om5sho1wutm$_run_closure1@29d02410]
Possible solutions: wait(), any(), wait(long), tap(groovy.lang.Closure), each(groovy.lang.Closure), any(groovy.lang.Closure)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.