Skip to content

Commit

Permalink
Adjust life cycle to avoid compatibility check before multi-release g…
Browse files Browse the repository at this point in the history
…eneration.
  • Loading branch information
raphw committed Oct 22, 2024
1 parent 6156bbc commit c39899e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions byte-buddy-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
<goals>
<goal>compile</goal>
</goals>
<phase>prepare-package</phase>
<configuration>
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
<target>1.8</target>
Expand Down
1 change: 1 addition & 0 deletions byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
<goals>
<goal>compile</goal>
</goals>
<phase>prepare-package</phase>
<configuration>
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
<target>1.8</target>
Expand Down
1 change: 1 addition & 0 deletions byte-buddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
<goals>
<goal>update-bytecode</goal>
</goals>
<phase>prepare-package</phase>
<configuration>
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
<oldPackage>${shade.source}</oldPackage>
Expand Down

0 comments on commit c39899e

Please sign in to comment.