Skip to content

Commit

Permalink
Fix the package workflow, produce a Javadoc jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jul 31, 2024
1 parent b995468 commit 2f84980
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:

- name: Publish to GitHub Packages
run: >-
./gradlew publish -PmavenReleaseRepoUrl="https://maven.pkg.github.com/css4j/echosvg"
./gradlew publish -PmavenReleaseRepoUrl="https://maven.pkg.github.com/css4j/legacy-colors"
-PmavenRepoUsername=${{ github.actor }} -PmavenRepoPassword=${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test {
}

java {
withJavadocJar()
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 2f84980

Please sign in to comment.