Add staff playtime feature, including backend services, API endpoint, and frontend integration.
WIP
This commit is contained in:
@@ -63,6 +63,11 @@ tasks.register< GenerateTask>("generateJavaApi") {
|
||||
typeMappings.put("OffsetDateTime", "Instant")
|
||||
importMappings.put("java.time.OffsetDateTime", "java.time.Instant")
|
||||
modelNameSuffix.set("Dto")
|
||||
|
||||
// Make generator use Java 8 time types and map date-time -> Instant
|
||||
additionalProperties.set(mapOf("dateLibrary" to "java8"))
|
||||
typeMappings.set(mapOf("date-time" to "Instant"))
|
||||
importMappings.set(mapOf("Instant" to "java.time.Instant"))
|
||||
generateModelTests.set(false)
|
||||
generateModelDocumentation.set(false)
|
||||
generateApiTests.set(false)
|
||||
|
||||
Reference in New Issue
Block a user