Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

gradle.propertiesBlame5 lines · 1 contributor
1ab8aceClaude1# Gradle JVM args — IntelliJ build needs a comfortable heap.
2org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
3org.gradle.parallel=true
4org.gradle.caching=true
5kotlin.code.style=official