Implement filePathPattern in the script configuration with handling
also - tests - extending kdoc for the definitions
This commit is contained in:
committed by
Natalia Selezneva
parent
dface77b5c
commit
0cc40440fb
+3
@@ -78,6 +78,9 @@ private fun ScriptCompilationConfiguration.Builder.propertiesFromTemplate(
|
||||
if (fileExtension() == null) {
|
||||
fileExtension(mainAnnotation.fileExtension)
|
||||
}
|
||||
if (filePathPattern() == null) {
|
||||
filePathPattern(mainAnnotation.filePathPattern)
|
||||
}
|
||||
if (displayName() == null) {
|
||||
displayName(mainAnnotation.displayName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user