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