CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
gradle.properties
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 1ab8ace | 1 | # Gradle JVM args — IntelliJ build needs a comfortable heap. |
| 2 | org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 | |
| 3 | org.gradle.parallel=true | |
| 4 | org.gradle.caching=true | |
| 5 | kotlin.code.style=official |