Skip to content

Commit

Permalink
fix: removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
man0s committed Aug 9, 2019
1 parent cff3fc8 commit e3f7d7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appengine/pom.xml
Expand Up @@ -36,14 +36,14 @@
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth.appengine</Automatic-Module-Name>
</manifestEntries>
</archive>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth.appengine</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e3f7d7b

Please sign in to comment.