Commit 1273f18e by aquilescanta Committed by Oliver Woodman

Fix syntax error in publish.gradle

PiperOrigin-RevId: 257184313
parent fdef76c8
Showing 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) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment