-
Notifications
You must be signed in to change notification settings - Fork 28
/
gradle.properties
27 lines (21 loc) · 899 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Any property can be overwritten from command-line via
# -P<propertyName>=<value>
DotnetPluginId=ReSharperPlugin.HeapView
DotnetSolution=HeapView.sln
RiderPluginId=heapallocationviewer
PluginVersion=9999.0.0
BuildConfiguration=Debug
PublishToken="_PLACEHOLDER_"
# See https://www.jetbrains.com/intellij-repository/snapshots
# Keep in sync with SdkVersion in Plugin.props -->
#
# Examples:
# Release: 2020.2
# EAP: 2020.3-EAP2-SNAPSHOT
# Nightly: 2020.3-SNAPSHOT
ProductVersion=2024.3
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
kotlin.stdlib.default.dependency=false
# Required to download Rider artifacts from Maven (and not "binary" releases from CDN).
org.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false