Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
kotlin plugin made to be run before javac, so that kotlin classes are…
Browse files Browse the repository at this point in the history
… visible to java
  • Loading branch information
justADeni committed Oct 2, 2023
1 parent 9cc3b99 commit 9b457be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<phase>process-sources</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down
Binary file modified target/StandAPI-1.4.jar
Binary file not shown.

0 comments on commit 9b457be

Please sign in to comment.