Skip to content

Commit 6d2e54e

Browse files
committed
Do not include kotlin files to plugin
1 parent ba8c01e commit 6d2e54e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ DotNetProjectName=ReSharper.Structured.Logging.Rider
99
# We need to disable Gradle daemon after build otherwise the build hangs on build server
1010
# https://github.com/appveyor/ci/issues/1745
1111
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

Comments
 (0)