File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
example/android/.settings Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: google_api_availability
66# events but only for the develop branch
77on :
88 push :
9- branches : [ master ]
9+ branches : [ main ]
1010 pull_request :
11- branches : [ master ]
11+ branches : [ main ]
1212
1313# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414jobs :
Original file line number Diff line number Diff line change 1+ arguments =
2+ auto.sync =false
3+ build.scans.enabled =false
4+ connection.gradle.distribution =GRADLE_DISTRIBUTION(WRAPPER)
15connection.project.dir =
26eclipse.preferences.version =1
7+ gradle.user.home =
8+ java.home =/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
9+ jvm.arguments =
10+ offline.mode =false
11+ override.workspace.settings =true
12+ show.console.view =true
13+ show.executions.view =true
You can’t perform that action at this time.
0 commit comments