We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chunkFileRegex
1 parent 8f0c79c commit bc50c9eCopy full SHA for bc50c9e
buildSrc/src/main/kotlin/TestDataGeneratorTask.kt
@@ -19,7 +19,7 @@ import kotlin.streams.asSequence
19
private const val rootDirName = "gateway-chunks-zlib"
20
21
private val chunkFolderRegex = Regex("""shard-(\d+)""")
22
-private val chunkFileRegex = Regex("""chunk-(\d+)\.bin.zlib""")
+private val chunkFileRegex = Regex("""chunk-(\d+)\.bin\.zlib""")
23
24
@DisableCachingByDefault
25
abstract class TestDataGeneratorTask : DefaultTask() {
0 commit comments