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
ffc85591
Unverified
Commit
ffc85591
authored
Feb 10, 2020
by
Dan Field
Committed by
GitHub
Feb 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more gradle upgrades (#50388)
parent
6d87337f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
37 deletions
+28
-37
Dockerfile
dev/ci/docker_linux/Dockerfile
+0
-9
gradle-wrapper.properties
...hen_sink/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
gradle-wrapper.properties
...d_rotate/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
gradle-wrapper.properties
...s_rotate/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
gradle-wrapper.properties
...ith_custom_build/gradle/wrapper/gradle-wrapper.properties
+1
-1
gradle-wrapper.properties
...ild_v2_embedding/gradle/wrapper/gradle-wrapper.properties
+1
-1
shadow_test.dart
packages/flutter/test/widgets/shadow_test.dart
+22
-22
gradle-wrapper.properties
...gin/android.tmpl/gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
dev/ci/docker_linux/Dockerfile
View file @
ffc85591
...
...
@@ -90,15 +90,6 @@ ENV PATH="${ANDROID_TOOLS_ROOT}/tools/bin:${PATH}"
RUN
mkdir
-p
~/.android
RUN
touch
~/.android/repositories.cfg
# Setup gradle
ENV
GRADLE_ROOT="/opt/gradle"
RUN
mkdir
-p
"
${
GRADLE_ROOT
}
"
ENV
GRADLE_ARCHIVE="${GRADLE_ROOT}/gradle.zip"
ENV
GRADLE_URL="https://services.gradle.org/distributions/gradle-4.4-bin.zip"
RUN
wget
--progress
=
dot:giga
"
$GRADLE_URL
"
-O
"
${
GRADLE_ARCHIVE
}
"
RUN
unzip
-q
-d
"
${
GRADLE_ROOT
}
"
"
${
GRADLE_ARCHIVE
}
"
ENV
PATH="$GRADLE_ROOT/bin:$PATH"
# Add npm to path.
ENV
PATH="/usr/bin:${PATH}"
RUN
dpkg-query
-L
nodejs
...
...
dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -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-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -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-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -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-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
dev/integration_tests/module_host_with_custom_build/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -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-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
dev/integration_tests/module_host_with_custom_build_v2_embedding/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -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-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
packages/flutter/test/widgets/shadow_test.dart
View file @
ffc85591
...
...
@@ -99,34 +99,34 @@ void main() {
debugDisableShadows
=
true
;
});
testWidgets
(
'Shadows with PhysicalShape'
,
(
WidgetTester
tester
)
async
{
debugDisableShadows
=
false
;
Widget
build
(
double
elevation
)
{
return
Center
(
child:
RepaintBoundary
(
child:
Container
(
padding:
const
EdgeInsets
.
all
(
150.0
),
color:
Colors
.
yellow
[
200
],
child:
PhysicalShape
(
color:
Colors
.
green
[
900
],
clipper:
ShapeBorderClipper
(
shape:
BeveledRectangleBorder
(
borderRadius:
BorderRadius
.
circular
(
20.0
))),
elevation:
elevation
,
child:
const
SizedBox
(
height:
100.0
,
width:
100.0
,
for
(
final
int
elevation
in
kElevationToShadow
.
keys
)
{
testWidgets
(
'Shadows with PhysicalShape
$elevation
'
,
(
WidgetTester
tester
)
async
{
debugDisableShadows
=
false
;
Widget
build
(
double
elevation
)
{
return
Center
(
child:
RepaintBoundary
(
child:
Container
(
padding:
const
EdgeInsets
.
all
(
150.0
),
color:
Colors
.
yellow
[
200
],
child:
PhysicalShape
(
color:
Colors
.
green
[
900
],
clipper:
ShapeBorderClipper
(
shape:
BeveledRectangleBorder
(
borderRadius:
BorderRadius
.
circular
(
20.0
))),
elevation:
elevation
,
child:
const
SizedBox
(
height:
100.0
,
width:
100.0
,
),
),
),
),
),
);
}
for
(
final
int
elevation
in
kElevationToShadow
.
keys
)
{
);
}
await
tester
.
pumpWidget
(
build
(
elevation
.
toDouble
()));
await
expectLater
(
find
.
byType
(
Container
),
matchesGoldenFile
(
'shadow.PhysicalShape.
$elevation
.png'
),
);
}
debugDisableShadows
=
true
;
}
);
debugDisableShadows
=
true
;
})
;
}
}
packages/flutter_tools/templates/plugin/android.tmpl/gradle/wrapper/gradle-wrapper.properties
View file @
ffc85591
...
...
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.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