File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 1717 <name >MCServerUpdater</name >
1818 <description >A program to update Minecraft server jar</description >
1919
20- <profiles >
21- <profile >
22- <id >jenkins</id >
23- <activation >
24- <property >
25- <name >env.JENKINS_HOME</name >
26- </property >
27- </activation >
28- <distributionManagement >
29- <repository >
30- <id >codemc-releases</id >
31- <url >https://repo.codemc.io/repository/maven-releases/</url >
32- </repository >
33- <snapshotRepository >
34- <id >codemc-snapshots</id >
35- <url >https://repo.codemc.io/repository/maven-snapshots/</url >
36- </snapshotRepository >
37- </distributionManagement >
38- </profile >
39- <profile >
40- <id >github</id >
41- <activation >
42- <property >
43- <name >env.GITHUB_WORKFLOW</name >
44- </property >
45- </activation >
46- <distributionManagement >
47- <repository >
48- <id >github</id >
49- <url >https://maven.pkg.github.com/HSGamer/MCServerUpdater</url >
50- </repository >
51- </distributionManagement >
52- </profile >
53- </profiles >
54-
5520 <properties >
5621 <java .version>1.8</java .version>
5722 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments