Skip to content

Commit

Permalink
Changed output file
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterArchery committed Nov 27, 2024
1 parent d182121 commit b7500a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<server.directory>${user.home}\Desktop\Testserver\plugins</server.directory>
</properties>

<build>
Expand All @@ -39,7 +40,7 @@
<goal>shade</goal>
</goals>
<configuration>
<outputFile>C:\Users\smfar\Desktop\Sunucular\test117\plugins/LitTournaments.jar</outputFile>
<outputFile>${server.directory}/LitTournaments.jar</outputFile>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
Expand Down

0 comments on commit b7500a2

Please sign in to comment.