1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-19 19:25:45 +00:00

修改Javadoc部署密钥

This commit is contained in:
Carm Jos 2022-01-09 13:26:28 +08:00
parent 90a276c1c1
commit d39951bf65
2 changed files with 5 additions and 2 deletions

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:

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>