[Build] Add gradle properties for different sets of modularized testdata

This commit is contained in:
Dmitriy Novozhilov
2021-08-04 17:22:43 +03:00
committed by teamcityserver
parent d7368c341e
commit 13b5f87f3a
3 changed files with 55 additions and 23 deletions
+8
View File
@@ -59,3 +59,11 @@ org.gradle.vfs.watch=true
# By default bootstrap compiler is located in ./build/repo directory
# If it differs from default use next flag:
#bootstrap.local.path=/path/to/repo
# Those properties are used to automatically generate run configurations for modularized
# and full pipeline tests for different sets of test data
#kotlin.fir.modularized.testdata.kotlin=/path/to/kotlin/project/testdata
#kotlin.fir.modularized.testdata.intellij=/path/to/intellij/project/testdata
#kotlin.fir.modularized.testdata.youtrack=/path/to/youtrack/project/testdata