bukkit: Test with 1.17.1
This commit is contained in:
parent
d7e9e6603b
commit
ac77c85722
3 changed files with 7 additions and 5 deletions
|
|
@ -9,4 +9,6 @@ val Project.ci: Provider<Boolean>
|
|||
.orElse(false)
|
||||
|
||||
val Project.compileExamples: Boolean
|
||||
get() = hasProperty("compile-examples")
|
||||
get() = providers.gradleProperty("compile-examples")
|
||||
.forUseAtConfigurationTime()
|
||||
.isPresent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue