1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 16:46:10 +08:00

2 Commits

Author SHA1 Message Date
carm 7862a698bd [v1.1.1] 取消cache 2022-01-22 18:52:11 +08:00
carm 351f9a8590 [v1.1.1] 修改构件名 2022-01-22 18:46:57 +08:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: maven
# cache: maven
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
+5 -5
View File
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
@@ -13,7 +13,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>moeteleport</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>MoeTeleport</name>
<description>喵喵传送,简单的传送、设置家的插件。</description>
@@ -161,12 +161,12 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
<configuration>
<finalName>${project.name}-${project.version}</finalName>
<outputDirectory>${project.basedir}/asset/</outputDirectory>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>