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.propertiesBlame11 lines · 1 contributor
0377886Claude1# Plugin metadata
2plugin.id=com.gluecron.jetbrains
3plugin.version=0.1.0
4
5# IntelliJ Platform version to build against (2023.1)
6platform.version=2023.1
7
8# Gradle settings
9org.gradle.caching=true
10org.gradle.parallel=true
11kotlin.incremental=true