-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
38 lines (33 loc) · 1.17 KB
/
Copy pathgradle.properties
File metadata and controls
38 lines (33 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# project
GROUP=io.github.jogakdal
VERSION_NAME=1.2.4
POM_NAME=TBEG - Template Based Excel Generator
POM_DESCRIPTION=A JVM library that generates reports by binding data to Excel templates. Works seamlessly with both Kotlin and Java.
POM_URL=https://github.com/jogakdal/data-processors-with-excel
POM_INCEPTION_YEAR=2024
POM_SCM_URL=https://github.com/jogakdal/data-processors-with-excel
POM_SCM_CONNECTION=scm:git:git://github.com/jogakdal/data-processors-with-excel.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/jogakdal/data-processors-with-excel.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=jogakdal
POM_DEVELOPER_NAME=Yongho Hwang
POM_DEVELOPER_URL=https://github.com/jogakdal
# jvm
jvm.version=21
# kotlin
kotlin.code.style=official
kotlin.jsr305=strict
kotlin.java.parameters=true
# gradle
org.gradle.console=plain
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
# kotlin incremental
kotlin.incremental=true
# kapt
kapt.verbose=true
kapt.incremental.apt=true
kapt.include.compile.classpath=false