project: Make it possible to skip injectors

This commit is contained in:
Owain van Brakel
2022-06-30 21:51:26 +02:00
parent 318b03ec58
commit dcfe05d2af
5 changed files with 37 additions and 10 deletions

View File

@@ -16,6 +16,10 @@ interface InjectExtension {
@get:Optional
val development: Property<Boolean>
@get:Input
@get:Optional
val skip: Property<String>
@get:[InputFile PathSensitive(PathSensitivity.NONE)]
val vanilla: RegularFileProperty