-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
46 lines (43 loc) · 1.77 KB
/
gradle.properties
File metadata and controls
46 lines (43 loc) · 1.77 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
39
40
41
42
43
44
45
46
pluginName=Cognotik - Open Source Agentic Power Tools
pluginRepositoryUrl=https://github.com/SimiaCryptus/Cognotik
libraryGroup=com.cognotik
libraryVersion=2.1.11
gradleVersion=9.2.1
org.gradle.caching=true
org.gradle.configureondemand=false
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.kotlin.dsl.allWarningsAsErrors=false
org.gradle.parallel=true
org.gradle.vfs.watch=true
org.gradle.warning.mode=none
android.enableR8.fullMode=false
kotlin.code.style=official
kotlin.incremental=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.stdlib.default.dependency=false
systemProp.org.gradle.unsafe.kotlin.assignment=true
android.useAndroidX=true
android.enableJetifier=false
pluginSinceBuild=243
platformType=IC
platformVersion=2024.3
platformPlugins=
platformBundledPlugins=
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
# Signing (set these in ~/.gradle/gradle.properties or as environment variables)
# signing.keyId=<last 8 chars of key>
# signing.password=<key password>
# signing.secretKeyRingFile=<path to secring.gpg>
# OR use in-memory key:
# signingInMemoryKey=<ascii-armored key>
# signingInMemoryKeyPassword=<key password>
# Sonatype credentials (set these in ~/.gradle/gradle.properties or as environment variables)
# ossrhUsername=<your username>
# ossrhPassword=<your password>
# See also:
# https://central.sonatype.com/
# https://central.sonatype.org/pages/ossrh-eol/#process-to-migrate
# https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#getting-started-for-maven-api-like-plugins
# https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html