feat: change patches naming convention (#2612)

This commit is contained in:
Ushie 2023-07-10 21:02:05 +03:00 committed by GitHub
parent 8d26cc6ecb
commit 2dacc45f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
178 changed files with 180 additions and 180 deletions

View file

@ -13,7 +13,7 @@ import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
@Name("resource-mapping")
@Name("Resource mapping")
@Description("Creates a map of public resources.")
@Version("0.0.1")
class ResourceMappingPatch : ResourcePatch {