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