mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
Add gradle compatibility tests; fix compatibility with 5.0
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
plugins {
|
||||
base
|
||||
idea
|
||||
}
|
||||
|
||||
tasks {
|
||||
wrapper {
|
||||
gradleVersion = "5.3"
|
||||
gradleVersion = "5.3.1"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user