buildSrc: Fix package regexp pattern
This commit is contained in:
@@ -263,7 +263,7 @@ class RunExternalTestGroup extends RunKonanTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
List<String> buildCompileList() {
|
List<String> buildCompileList() {
|
||||||
def packagePattern = ~/(?m)package\s*([a-zA-z-][a-zA-Z0-9.-]*)/ //TODO check the regex
|
def packagePattern = ~/(?m)package\s*([a-zA-z-][a-zA-Z0-9._-]*)/
|
||||||
def boxPattern = ~/(?m)fun\s*box\s*\(\s*\)/
|
def boxPattern = ~/(?m)fun\s*box\s*\(\s*\)/
|
||||||
def boxPackage = ""
|
def boxPackage = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user