Sign in
android
/
platform
/
frameworks
/
support
/
21966fded8835758e9605b3a4c8ee83baf0824fc
/
.
/
buildSrc
/
jetpad-integration
/
build.gradle
blob: 72425861c9555f1d5ebfb3995ba31ce140a17efa [
file
] [
log
] [
blame
]
apply plugin
:
"java"
java
{
sourceCompatibility
=
JavaVersion
.
VERSION_11
targetCompatibility
=
JavaVersion
.
VERSION_11
}
project
.
tasks
.
withType
(
Jar
).
configureEach
{
task
->
task
.
reproducibleFileOrder
=
true
task
.
preserveFileTimestamps
=
false
}