mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
11 lines
138 B
Kotlin
11 lines
138 B
Kotlin
plugins {
|
|
base
|
|
}
|
|
|
|
tasks {
|
|
wrapper {
|
|
gradleVersion = "5.3"
|
|
distributionType = Wrapper.DistributionType.ALL
|
|
}
|
|
}
|