forked from devnatan/inventory-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
26 lines (24 loc) · 971 Bytes
/
gradle.properties
File metadata and controls
26 lines (24 loc) · 971 Bytes
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
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
### Kotlin ###
kotlin.incremental=true
kotlin.jvm.target=21
kotlin.compiler.execution.strategy=daemon
### Publication ###
POM_NAME=inventory-framework
POM_DESCRIPTION=Minecraft Inventory API framework
POM_URL=https://github.com/DevNatan/inventory-framework
POM_INCEPTION_YEAR=2020
POM_SCM_URL=https://github.com/DevNatan/inventoryframework
POM_SCM_CONNECTION=scm:git:git:github.com/DevNatan/inventoryframework.git
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/DevNatan/inventoryframework.git
POM_LICENCE_NAME=MIT License
POM_LICENSE_URL=https://github.com/DevNatan/inventory-framework/blob/main/LICENSE
POM_DEVELOPER_ID=DevNatan
POM_DEVELOPER_NAME=Natan Vieira do Nascimento
POM_DEVELOPER_URL=natanvnascimento@gmail.com
POM_DEVELOPER_EMAIL=https://github.com/DevNatan
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true