Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
91e0759b
Unverified
Commit
91e0759b
authored
Aug 13, 2021
by
Emmanuel Garcia
Committed by
GitHub
Aug 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to Gradle 7 and use Open JDK 11 (#88133)
parent
85297c07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
2 deletions
+38
-2
.ci.yaml
.ci.yaml
+36
-0
build.gradle
dev/benchmarks/complex_layout/android/build.gradle
+1
-1
gradle-wrapper.properties
...x_layout/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
.ci.yaml
View file @
91e0759b
...
...
@@ -1266,41 +1266,77 @@ targets:
-
name
:
Linux_android complex_layout_android__compile
recipe
:
devicelab/devicelab_drone
presubmit
:
false
bringup
:
true
timeout
:
60
properties
:
tags
:
>
["devicelab","android","linux"]
task_name
:
complex_layout_android__compile
dependencies
:
>-
[
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
scheduler
:
luci
-
name
:
Linux_android complex_layout_android__scroll_smoothness
recipe
:
devicelab/devicelab_drone
presubmit
:
false
bringup
:
true
timeout
:
60
properties
:
tags
:
>
["devicelab","android","linux"]
task_name
:
complex_layout_android__scroll_smoothness
dependencies
:
>-
[
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
scheduler
:
luci
-
name
:
Linux_android complex_layout_scroll_perf__devtools_memory
recipe
:
devicelab/devicelab_drone
presubmit
:
false
bringup
:
true
timeout
:
60
properties
:
tags
:
>
["devicelab","android","linux"]
task_name
:
complex_layout_scroll_perf__devtools_memory
dependencies
:
>-
[
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
scheduler
:
luci
-
name
:
Linux_android complex_layout_semantics_perf
recipe
:
devicelab/devicelab_drone
presubmit
:
false
bringup
:
true
timeout
:
60
properties
:
tags
:
>
["devicelab","android","linux"]
task_name
:
complex_layout_semantics_perf
dependencies
:
>-
[
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
scheduler
:
luci
-
name
:
Linux_android cubic_bezier_perf__e2e_summary
...
...
dev/benchmarks/complex_layout/android/build.gradle
View file @
91e0759b
...
...
@@ -14,7 +14,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:
4.1.3
'
classpath
'com.android.tools.build:gradle:
7.0.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
...
...
dev/benchmarks/complex_layout/android/gradle/wrapper/gradle-wrapper.properties
View file @
91e0759b
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
6.7
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.0.2
-all.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment