Skip to content

Commit

Permalink
Merge pull request #239 from jacobras/bugfix/wrong-properties-filename
Browse files Browse the repository at this point in the history
Fix gradle.properties filename
  • Loading branch information
findjigar authored Jan 24, 2024
2 parents bd6d41f + 2029668 commit db27f11
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit db27f11

Please sign in to comment.