Skip to content

Commit

Permalink
Merge branch 'dev' into fix-async-master-task
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS authored Aug 15, 2024
2 parents 0c3b85d + b47732c commit 3d0f3df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,15 @@
<goals>
<goal>instrument</goal>
</goals>
<configuration>
<excludes>com/github/dreamhead/moco/*</excludes>
</configuration>
</execution>
<execution>
<id>default-restore-instrumented-classes</id>
<goals>
<goal>restore-instrumented-classes</goal>
</goals>
<configuration>
<excludes>com/github/dreamhead/moco/*</excludes>
</configuration>
</execution>
<execution>
<id>default-report</id>
Expand Down

0 comments on commit 3d0f3df

Please sign in to comment.