Sign in
android
/
platform
/
frameworks
/
support
/
586de0fbefc79925d8e5263ecf83ddba70655475
/
.
/
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
}