Skip to content

Commit

Permalink
v2.0.0.0
Browse files Browse the repository at this point in the history
- debug CI/CD

Took 10 minutes
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent e62235a commit e1404de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ dependencies {
compileOnly('me.clip:placeholderapi:2.11.2')
}

javadoc.options.addStringOption('Xdoclint:none', '-quiet')
java {
withJavadocJar()
}
Expand Down

0 comments on commit e1404de

Please sign in to comment.