Fix syntax error in publish.gradle
PiperOrigin-RevId: 257184313
This commit is contained in:
parent
65d9c11027
commit
54abdfc85b
@ -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…
x
Reference in New Issue
Block a user