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

Fix gradle.properties filename #239

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/DEFAULT_GITHUB_FLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This flow allows you to do the following:
| netrcMachine | string | No | 'maven.pkg.github.com' | The domain name of the maching for netrc config. |
| jvmVersion | string | No | '11' | JVM Version to use. You may want to use '17' for current Android compatibility. |
| runsOn | string | No | 'macos-12' | GitHub Actions host name. The default will likely change as GitHub Actions changes versions. |
| versionBaseProperty | string | Yes | N/A | The GitHub Workflow calculates versions automatically using a base (ex. `2.3`) and incrementing sequentially. The Workflow reads the base from a named value in `github.properties`. |
| versionBaseProperty | string | Yes | N/A | The GitHub Workflow calculates versions automatically using a base (ex. `2.3`) and incrementing sequentially. The Workflow reads the base from a named value in `gradle.properties`. |
| retainBuildBranch | boolean | No | false | The Workflow needs to add and commit values to the repo. It does this in a build branch, which is deleted at the end. If set to 'true', this branch is retained. |

### Secrets
Expand Down
Loading