mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix syntax error in publish.gradle
PiperOrigin-RevId: 257184313
This commit is contained in:
parent
65d9c11027
commit
54abdfc85b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ if (project.ext.has("exoplayerPublishEnabled")
|
|||
task.doLast {
|
||||
task.outputs.files
|
||||
.filter { File file ->
|
||||
file.path.contains("publications")
|
||||
file.path.contains("publications") \
|
||||
&& file.name.matches("^pom-.+\\.xml\$")
|
||||
}
|
||||
.forEach { File file -> addLicense(file) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue