-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
31 lines (26 loc) · 905 Bytes
/
gradle.properties
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
kotlin.code.style=official
ksp.useKSP2=true
org.gradle.parallel=true
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.tryK2.nowarn=true
org.jetbrains.dokka.experimental.tryK2=true
# Project
version=0.0.1-alpha.4
# TODO: replace with Java 25 LTS
jvm=22
# Publishing
GROUP=quest.laxla
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=CENTRAL_PORTAL
POM_INCEPTION_YEAR=2024
POM_URL=https://github.laxla.quest/Spock
POM_LICENSE_NAME=MPL-2.0
POM_LICENSE_URL=https://www.mozilla.org/en-US/MPL/2.0/
POM_LICENSE_DIST=repo
POM_SCM_URL=https://codeberg.org/Laxystem/Spock
POM_SCM_CONNECTION=scm:git:git://codeberg.org/Laxystem/Spock.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Laxystem/Spock.git
POM_DVELOPER=Laxystem
POM_DEVELOPER_NAME=Laxystem
POM_DEVELOPER_URL=https://codeberg.org/Laxystem