We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c01e commit 6d2e54eCopy full SHA for 6d2e54e
gradle.properties
@@ -9,3 +9,6 @@ DotNetProjectName=ReSharper.Structured.Logging.Rider
9
# We need to disable Gradle daemon after build otherwise the build hangs on build server
10
# https://github.com/appveyor/ci/issues/1745
11
org.gradle.daemon=false
12
+
13
+# We need it to avoid bundle Kotlin jars into plugin
14
+kotlin.stdlib.default.dependency=false
0 commit comments