-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
45 lines (36 loc) · 1.75 KB
/
gradle.properties
File metadata and controls
45 lines (36 loc) · 1.75 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
# Project-wide Gradle settings.
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx3072m
# AndroidX
android.useAndroidX=true
# Compose Screenshot Testing (experimental)
android.experimental.enableScreenshotTest=true
# TODO: AGP 9 migration — remove these flags once dependent plugins support AGP 9's new defaults.
# builtInKotlin: AGP 9 absorbs Kotlin compilation. To remove:
# - Remove `kotlin.android` plugin from aether/, sample/, and root build.gradle.kts
# - Move `kotlin { explicitApi() }` to android { kotlin { ... } } or tasks.withType<KotlinCompile>
# - Update detekt hook in root build.gradle.kts (triggers on `plugins.withId("org.jetbrains.kotlin.android")`)
# - See https://issuetracker.google.com/438678642
# newDsl: Detekt 1.23.x casts to BaseExtension which AGP 9 removed. To remove:
# - Upgrade detekt to 2.x (has AGP 9 support)
# - Also check maps-secrets plugin compatibility
android.builtInKotlin=false
android.newDsl=false
# mavenPublish plugin configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
# Maven Central coordinates
GROUP=com.ms-square
# Development default; overridden at publish time (see PUBLISHING.md)
VERSION_NAME=0.1.0-SNAPSHOT
POM_URL=https://github.com/Manabu-GT/Aether
POM_DESCRIPTION=GPU-accelerated weather and environmental effects for Android Compose
POM_SCM_URL=https://github.com/Manabu-GT/Aether
POM_SCM_CONNECTION=scm:git:git://github.com/Manabu-GT/Aether.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Manabu-GT/Aether.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=Manabu-GT
POM_DEVELOPER_NAME=Manabu Shimobe (Manabu-GT)
POM_DEVELOPER_URL=https://github.com/Manabu-GT