feat(unionflow): ajout Spec-Kit, constitution, mission mutuelles
- Config Spec-Kit pour Spec-Driven Development - CONSTITUTION.md + .specify/memory/constitution.md - Commandes Cursor /speckit.*, règles projet - Mission: associations + mutuelles d'épargne et de financement - .gitignore: versionner config spec-kit unionflow Made-with: Cursor
This commit is contained in:
15
unionflow/unionflow-mobile-apps/android/gradle.properties
Normal file
15
unionflow/unionflow-mobile-apps/android/gradle.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Configuration réseau - Décommentez et adaptez si nécessaire
|
||||
# systemProp.http.proxyHost=your.proxy.host
|
||||
# systemProp.http.proxyPort=8080
|
||||
# systemProp.https.proxyHost=your.proxy.host
|
||||
# systemProp.https.proxyPort=8080
|
||||
# systemProp.http.nonProxyHosts=localhost|127.0.0.1
|
||||
# systemProp.https.nonProxyHosts=localhost|127.0.0.1
|
||||
|
||||
# Timeout augmenté pour connexions lentes
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=120000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=120000
|
||||
Reference in New Issue
Block a user