We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35ea63 + 692ebd3 commit ec7f6feCopy full SHA for ec7f6fe
ReleaseNotes.md
@@ -15,6 +15,9 @@ This is a minor release.
15
16
### Fixed Issues
17
18
+### Merged pull requests
19
+* [#194](https://github.com/pmd/pmd-eclipse-plugin/pull/194): \[ci] Support macos on arm64/aarch64
20
+
21
### API Changes
22
23
### External Contributions
pom.xml
@@ -477,6 +477,11 @@
477
<ws>cocoa</ws>
478
<arch>x86_64</arch>
479
</environment>
480
+ <environment>
481
+ <os>macosx</os>
482
+ <ws>cocoa</ws>
483
+ <arch>aarch64</arch>
484
+ </environment>
485
</environments>
486
</configuration>
487
</plugin>
0 commit comments