feat: SincePatcher annotation

This commit is contained in:
Sculas
2022-09-08 14:41:42 +02:00
parent 6e73631d4d
commit 25f74dc5e9
7 changed files with 69 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ tasks {
events("PASSED", "SKIPPED", "FAILED")
}
}
processResources {
expand("projectVersion" to project.version)
}
}
java {