-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
26 lines (20 loc) · 885 Bytes
/
gradle.properties
File metadata and controls
26 lines (20 loc) · 885 Bytes
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
# Any property can be overwritten from command-line via
# -P<propertyName>=<value>
DotnetPluginId=ReSharperPlugin.BSMT
DotnetSolution=ReSharperPlugin.BSMT-Rider.sln
RiderPluginId=bsmt_rider
PluginVersion=0.1.31
BuildConfiguration=Release
PublishToken="_PLACEHOLDER_"
# https://www.jetbrains.com/intellij-repository/snapshots
# Possible values (minor is omitted):
# Release: 2020.2
# Nightly: 2020.3-SNAPSHOT
# EAP: 2020.3-EAP2-SNAPSHOT
ProductVersion=2025.3.1
# 2021.3.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