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

- I learned that to use Gradle plugin extensions, the properties of t… #21

Merged

Conversation

mainmethod0126
Copy link
Owner

…he extension must be retrieved from within the action passed to project.afterEvaluate(). If buildAndVersioning.doExcute() is not executed within afterEvaluate, it seems that the properties of the extension cannot be used because the build script is still incomplete.

  • Add gradle.properties to the .gitignore file

…he extension must be retrieved from within the action passed to project.afterEvaluate(). If buildAndVersioning.doExcute() is not executed within afterEvaluate, it seems that the properties of the extension cannot be used because the build script is still incomplete.

- Add gradle.properties to the .gitignore file
@mainmethod0126 mainmethod0126 linked an issue Oct 27, 2023 that may be closed by this pull request
@mainmethod0126 mainmethod0126 merged commit fddba3a into main Oct 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inability to Use 'ssv' in gradle.build Build Script
1 participant