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

修改Javadoc部署密钥

This commit is contained in:
2022-01-09 13:26:28 +08:00
parent 90a276c1c1
commit d39951bf65
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -23,7 +23,10 @@ jobs:
cache: maven
java-version: '11'
distribution: 'adopt'
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
- name: Generate docs
run: mvn javadoc:javadoc -DskipTests
env:
+1 -1
View File
@@ -89,7 +89,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/EasyPlugin</url>
<url>https://maven.pkg.github.com/CarmJos/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>