Skip to content

Commit

Permalink
398 winagent (#399)
Browse files Browse the repository at this point in the history
* Update ReleaseConfiguration

* filter out win classes

* Add more classes

Co-authored-by: jose.pereda <[email protected]>
  • Loading branch information
José Pereda and jperedadnr authored Dec 24, 2021
1 parent 52460c4 commit 811f499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/gluonhq/NativeRunAgentMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public class NativeRunAgentMojo extends NativeBaseMojo {
private static final List<String> AGENTLIB_EXCLUSION_RULES = Arrays.asList(
"com.sun.glass.ui.mac.*", "com.sun.prism.es2.MacGLFactory",
"com.sun.glass.ui.gtk.*", "com.sun.prism.es2.X11GLFactory",
"com.sun.glass.ui.win.*", "com.sun.prism.d3d.*", "com.sun.scenario.effect.impl.hw.d3d.*",
"com.gluonhq.attach.**"
);

Expand Down

0 comments on commit 811f499

Please sign in to comment.