Skip to content

Commit

Permalink
Add cross-platform dependency from tools.jar (Java compiler)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jan 25, 2020
1 parent 7440468 commit 3a77259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<artifactId>HexLib</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>com.github.olivergondza</groupId>
<artifactId>maven-jdk-tools-wrapper</artifactId>
<version>0.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 3a77259

Please sign in to comment.