Skip to content

Commit

Permalink
vdurmont#162: add female/male sign emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostin93 committed Dec 2, 2020
1 parent 9a90624 commit f582734
Show file tree
Hide file tree
Showing 12 changed files with 2,076 additions and 2,091 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
Expand Down
Loading

0 comments on commit f582734

Please sign in to comment.