Sign in
android
/
platform
/
tools
/
base
/
refs/tags/studio-4.1.0
/
.
/
build-system
/
extract-gradle-api
/
build.gradle
blob: 946de7783e8b0c50c3a0b1dab8d3474eea1e6c6d [
file
] [
log
] [
blame
]
configurations
{
apiJar
}
dependencies
{
apiJar gradleApi
()
}
task copyApiJar
(
type
:
Copy
)
{
from
configurations
.
apiJar
into
System
.
env
[
"BUILD_DIR"
]
}