Skip to content

Commit

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

Took 3 minutes
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent a3adf20 commit e62235a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .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@v4
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -29,7 +29,7 @@ jobs:
run: chmod +x gradlew

- name: Build and Publish with Gradle
run: ./gradlew dependencies build # build publish
run: ./gradlew build # publish
env:
USERNAME: ${{ secrets.MAVEN_NAME }}
TOKEN: ${{ secrets.MAVEN_SECRET }}
Expand Down
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ dependencies {
compileOnly('me.clip:placeholderapi:2.11.2')
}

// TODO
//java {
// withJavadocJar()
//}
java {
withJavadocJar()
}

def shadowJarName = 'kamicommon-' + version + '-all.jar'
shadowJar {
Expand Down

0 comments on commit e62235a

Please sign in to comment.