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
6
6
# events but only for the develop branch
7
7
on :
8
8
push :
9
- branches : [ master ]
9
+ branches : [ main ]
10
10
pull_request :
11
- branches : [ master ]
11
+ branches : [ main ]
12
12
13
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
14
jobs :
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)
1
5
connection.project.dir =
2
6
eclipse.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