|
6 | 6 |
|
7 | 7 | <groupId>cat.nyaa</groupId>
|
8 | 8 | <artifactId>ukit</artifactId>
|
9 |
| - <version>1.6-SNAPSHOT</version> |
| 9 | + <version>1.6</version> |
10 | 10 |
|
11 | 11 | <properties>
|
12 | 12 | <maven.compiler.source>21</maven.compiler.source>
|
13 | 13 | <maven.compiler.target>21</maven.compiler.target>
|
14 |
| - <minecraft.version>1.21.1</minecraft.version> |
15 | 14 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
16 | 15 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
| 16 | + <github.package.url>${env.GITHUB_MAVEN_URL}</github.package.url> |
17 | 17 | </properties>
|
18 | 18 |
|
19 | 19 | <repositories>
|
20 |
| - <!-- <repository> |
| 20 | + <repository> |
21 | 21 | <id>nyaacat-repo</id>
|
22 |
| - <url>https://ci.nyaacat.com/maven</url> |
23 |
| - </repository> --> |
| 22 | + <url>https://ci.nyaacat.com/maven/</url> |
| 23 | + </repository> |
24 | 24 | <repository>
|
25 | 25 | <id>jitpack.io</id>
|
26 | 26 | <url>https://jitpack.io</url>
|
|
29 | 29 | <id>papermc</id>
|
30 | 30 | <url>https://repo.papermc.io/repository/maven-public/</url>
|
31 | 31 | </repository>
|
32 |
| - <!-- <repository> |
| 32 | + <repository> |
33 | 33 | <id>essentials-releases</id>
|
34 | 34 | <url>https://repo.essentialsx.net/releases/</url>
|
35 |
| - </repository> --> |
36 |
| - <repository> |
37 |
| - <id>essentials-snapshots</id> |
38 |
| - <url>https://repo.essentialsx.net/snapshots/</url> |
39 |
| - </repository> |
40 |
| - <repository> |
41 |
| - <id>ghpkg-SimpleLanguageLoader</id> |
42 |
| - <url>https://maven.pkg.github.com/Lori3f6/SimpleLanguageLoader</url> |
43 |
| - </repository> |
44 |
| - <repository> |
45 |
| - <id>ghpkg-ECore</id> |
46 |
| - <url>https://maven.pkg.github.com/NyaaCat/ECore</url> |
47 |
| - </repository> |
48 |
| - <repository> |
49 |
| - <id>ghpkg-LockettePro</id> |
50 |
| - <url>https://maven.pkg.github.com/NyaaCat/LockettePro</url> |
51 | 35 | </repository>
|
52 | 36 | </repositories>
|
53 | 37 |
|
|
60 | 44 | </dependency>
|
61 | 45 | <dependency>
|
62 | 46 | <groupId>land.melon.lab</groupId>
|
63 |
| - <artifactId>SimpleLanguageLoader</artifactId> |
64 |
| - <version>1.13.4</version> |
| 47 | + <artifactId>simplelanguageloader</artifactId> |
| 48 | + <version>1.13.5</version> |
65 | 49 | <scope>compile</scope>
|
66 | 50 | </dependency>
|
67 | 51 | <dependency>
|
|
91 | 75 | <dependency>
|
92 | 76 | <groupId>net.essentialsx</groupId>
|
93 | 77 | <artifactId>EssentialsX</artifactId>
|
94 |
| - <version>2.21.0-SNAPSHOT</version> |
| 78 | + <version>2.20.1</version> |
95 | 79 | <scope>provided</scope>
|
96 | 80 | </dependency>
|
97 | 81 | <dependency>
|
98 | 82 | <groupId>net.essentialsx</groupId>
|
99 | 83 | <artifactId>EssentialsXDiscord</artifactId>
|
100 |
| - <version>2.21.0-SNAPSHOT</version> |
| 84 | + <version>2.20.1</version> |
101 | 85 | <scope>provided</scope>
|
102 | 86 | </dependency>
|
103 | 87 | </dependencies>
|
104 | 88 |
|
105 |
| - <pluginRepositories> |
106 |
| - <pluginRepository> |
107 |
| - <id>maven-snapshots</id> |
108 |
| - <url>https://repository.apache.org/content/repositories/snapshots/</url> |
109 |
| - </pluginRepository> |
110 |
| - </pluginRepositories> |
111 |
| - |
112 | 89 | <build>
|
113 | 90 | <resources>
|
114 | 91 | <resource>
|
|
186 | 163 | <distributionManagement>
|
187 | 164 | <repository>
|
188 | 165 | <id>maven-publish</id>
|
189 |
| - <url>${env.MAVEN_PUBLISH_URL}</url> |
| 166 | + <url>${github.package.url}</url> |
190 | 167 | <!-- refer to .github/workflows/maven-publish-ghpkg.yml -->
|
191 | 168 | </repository>
|
192 | 169 | </distributionManagement>
|
|
0 commit comments