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.
1 parent 887ca37 commit e049d8fCopy full SHA for e049d8f
1 file changed
pom.xml
@@ -449,6 +449,21 @@
449
</plugins>
450
</build>
451
</profile>
452
+ <profile>
453
+ <id>publish-jdk8</id>
454
+ <activation>
455
+ <activeByDefault>false</activeByDefault>
456
+ </activation>
457
+ <modules>
458
+ <module>byte-buddy</module>
459
+ <module>byte-buddy-dep</module>
460
+ <module>byte-buddy-agent</module>
461
+ </modules>
462
+ <properties>
463
+ <bytecode.main.version>1.8</bytecode.main.version>
464
+ <bytecode.test.version>1.8</bytecode.test.version>
465
+ </properties>
466
+ </profile>
467
<!-- Runs the build with compatibility for Java 6 JVMs. -->
468
<profile>
469
<id>java6-compatibility</id>
0 commit comments