Sign in
android
/
platform
/
tools
/
base
/
refs/heads/mirror-goog-studio-main
/
.
/
build-system
/
extract-gradle-api
/
build.gradle
blob: 6493c0f2a26e0d1ba955dea70e4723db632c5e22 [
file
] [
log
] [
blame
] [
edit
]
configurations
{
apiJars
}
dependencies
{
apiJars gradleApi
()
// Note that gradleApi() returns multiple jars
}
task copyGradleApiJars
(
type
:
Copy
)
{
from
configurations
.
apiJars
into
System
.
env
[
"BUILD_DIR"
]
}