bukkit: Test with 1.17.1

This commit is contained in:
Jason Penilla 2021-07-27 14:22:16 -07:00 committed by Jason
parent d7e9e6603b
commit ac77c85722
3 changed files with 7 additions and 5 deletions

View file

@ -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