gradle.properties 886 Bytes
# JVM
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=false

# Kotlin
kotlin.code.style=official
kotlin.incremental=true

# vibe_erp
# Single source of truth for the framework version. Flows into:
#   - Spring Boot's BuildProperties (via `springBoot { buildInfo() }`
#     in :distribution), which MetaController returns as
#     `implementationVersion` on GET /api/v1/_meta/info and
#     OpenApiConfiguration renders as the OpenAPI info.version
#     in Swagger UI + /v3/api-docs.
#   - api-v1.jar manifest (Implementation-Version) via
#     api/api-v1/build.gradle.kts.
# Bump this line in lockstep with PROGRESS.md's "Latest version"
# row when shipping a new working surface.
vibeerp.version=0.30.0-SNAPSHOT
vibeerp.api.version=1.0.0-SNAPSHOT
vibeerp.group=org.vibeerp