Skip to content

Commit

Permalink
Merge pull request sejda-pdf#7 from usefulness/updates
Browse files Browse the repository at this point in the history
Add MacOS ARM support
  • Loading branch information
mateuszkwiecinski authored Jun 12, 2022
2 parents c6d8e21 + a8456b1 commit 9190fca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
name: Download base
with:
path: |
diffuse-source-file-release
diffuse-source-file
key: diffuse-${{ github.event.pull_request.base.sha }}
restore-keys: diffuse-${{ github.event.pull_request.base.sha }}

- id: diffuse
uses: usefulness/diffuse-action@v1
with:
old-file-path: diffuse-source-file-release
old-file-path: diffuse-source-file
new-file-path: pull-request-artifact.jar

- uses: peter-evans/find-comment@v2
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/PublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PublishingPlugin : Plugin<Project> {
publication.from(components.getByName("java"))
publication.pom { pom ->
pom.name.set("${project.group}:${project.name}")
pom.description.set("A tool that scans sources for all resolved lisks to public trackers")
pom.description.set("Java ImageIO WebP support")
pom.url.set("https://github.com/usefulness/webp-imageio")
pom.licenses { licenses ->
licenses.license { license ->
Expand Down Expand Up @@ -82,7 +82,7 @@ class PublishingPlugin : Plugin<Project> {
}

extensions.configure<SigningExtension>("signing") { signing ->
// signing.sign(extensions.getByType(PublishingExtension::class.java).publications)
signing.sign(extensions.getByType(PublishingExtension::class.java).publications)
}
}

Expand Down
Binary file not shown.

0 comments on commit 9190fca

Please sign in to comment.