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