Skip to content

Commit

Permalink
Add missing file header
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 257630168
  • Loading branch information
ojw28 authored and Oliver Woodman committed Jul 14, 2019
1 parent f314be5 commit 1275217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static void addLicense(File pom) {
xml.append(licensesNode)

def writer = new PrintWriter(new FileWriter(pom))
writer.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")
def printer = new XmlNodePrinter(writer)
printer.preserveWhitespace = true
printer.print(xml)
Expand Down

0 comments on commit 1275217

Please sign in to comment.