Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inability to Use 'ssv' in gradle.build Build Script #20

Closed
mainmethod0126 opened this issue Oct 21, 2023 · 0 comments · Fixed by #21
Closed

Inability to Use 'ssv' in gradle.build Build Script #20

mainmethod0126 opened this issue Oct 21, 2023 · 0 comments · Fixed by #21
Labels
bug Something isn't working

Comments

@mainmethod0126
Copy link
Owner

mainmethod0126 commented Oct 21, 2023

ssv {
    isDateInBuildArtifactDirPath = true;
}

When adding "ssv {}" to build.gradle as shown above, the following error occurs and the build cannot be completed.

1: Task failed with an exception.
-----------
* Where:
Build file 'D:\Project\simple-semantic-version\app\build.gradle' line: 51

* What went wrong:
A problem occurred evaluating project ':app'.
> Could not find method ssv() for arguments [build_iu1hap49qtfsj2q98v84jkvq$_run_closure3$_closure10@5f4a36b0] on extension 'gradlePlugin' of type org.gradle.plugin.devel.GradlePluginDevelopmentExtension.

* 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.

You can ignore the 'gradlePlugin' part in the attached error message. It is a keyword that occurred when I tried to put it in blocks here and there to fix the error.

@mainmethod0126 mainmethod0126 added the bug Something isn't working label Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant