Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 1, 2022
1 parent 6b8964e commit 4abdaed
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 14 deletions.
4 changes: 4 additions & 0 deletions byte-buddy-android-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
<goals>
<goal>resources</goal>
</goals>
<configuration>
<!-- Setting this property suppresses a warning on implicit setting the filter encoding. -->
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
12 changes: 0 additions & 12 deletions byte-buddy-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,6 @@
</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${version.plugin.jacoco}</version>
<configuration>
<excludes>
<!-- Do not include JMH generated classes (both modern and legacy JMH).-->
<exclude>net/bytebuddy/benchmark/generated/*</exclude>
<exclude>net/bytebuddy/benchmark/jmh_generated/*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
7 changes: 5 additions & 2 deletions byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@
</activation>
<build>
<plugins>
<!-- Zulu sometimes yields a segfault when processing annotation descriptions on some OpenJDK 7. -->
<!-- Avoids occasional segfault. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.plugin.surefire}</version>
<configuration>
<excludes>
<exclude>net.bytebuddy.agent.builder.AgentBuilderDefaultApplicationTest</exclude>
Expand All @@ -241,13 +242,15 @@
</activation>
<build>
<plugins>
<!-- On recent Java 11, this test sometimes crashes the JIT compiler. -->
<!-- Avoids occasional segfault. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.plugin.surefire}</version>
<configuration>
<excludes>
<exclude>net.bytebuddy.description.type.TypeDescriptionArrayProjectionTest</exclude>
<exclude>net.bytebuddy.description.annotation.AnnotationDescriptionForLoadedAnnotationDifferentClassLoaderTest</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
108 changes: 108 additions & 0 deletions byte-buddy-gradle-plugin/gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8"?>
<verification-metadata xmlns="https://schema.gradle.org/dependency-verification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.1.xsd">
<configuration>
<verify-metadata>true</verify-metadata>
<verify-signatures>false</verify-signatures>
</configuration>
<components>
<component group="com.google.code.findbugs" name="findbugs-annotations" version="3.0.1">
<artifact name="findbugs-annotations-3.0.1.jar">
<sha256 value="8de57cec5c240788a4d5301f67d51921d584fb25bff3899695a53e7e46205a71" origin="Generated by Gradle"/>
</artifact>
<artifact name="findbugs-annotations-3.0.1.pom">
<sha256 value="0f206795fd859a8e150af1294fe24e06d96267b5f2b8d2feb36156fc3e506b0f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.code.findbugs" name="jsr305" version="3.0.2">
<artifact name="jsr305-3.0.2.jar">
<sha256 value="766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7" origin="Generated by Gradle"/>
</artifact>
<artifact name="jsr305-3.0.2.pom">
<sha256 value="19889dbdf1b254b2601a5ee645b8147a974644882297684c798afe5d63d78dfe" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.plugin-publish" name="com.gradle.plugin-publish.gradle.plugin" version="1.0.0">
<artifact name="com.gradle.plugin-publish.gradle.plugin-1.0.0.pom">
<sha256 value="8e5a9777545442f2c5cf29c0abb264269bc8950d96546d0963e51c34ae95e28a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.publish" name="plugin-publish-plugin" version="1.0.0">
<artifact name="plugin-publish-plugin-1.0.0.jar">
<sha256 value="34b81aba1dc0b18f9a35b0a28e800b460b6df105dcb92893c3a0e78276bd756c" origin="Generated by Gradle"/>
</artifact>
<artifact name="plugin-publish-plugin-1.0.0.module">
<sha256 value="c4146775303234775df340840233ee4cec2018f15bc6672997bb734e79971d7d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="junit" name="junit" version="4.13.2">
<artifact name="junit-4.13.2.jar">
<sha256 value="8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3" origin="Generated by Gradle"/>
</artifact>
<artifact name="junit-4.13.2.pom">
<sha256 value="569b6977ee4603c965c1c46c3058fa6e969291b0160eb6964dd092cd89eadd94" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache" name="apache" version="21">
<artifact name="apache-21.pom">
<sha256 value="af10c108da014f17cafac7b52b2b4b5a3a1c18265fa2af97a325d9143537b380" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.maven" name="maven" version="3.6.3">
<artifact name="maven-3.6.3.pom">
<sha256 value="d2d86245ea66149bc14d2dd72bbb961f964dd658b809a0573252c06531eeec16" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.maven" name="maven-model" version="3.6.3">
<artifact name="maven-model-3.6.3.jar">
<sha256 value="17cef1f58e146ef0d7d9e96b3b92d98a1d6fd7d2b3288ba538e8ff1e0d9160cf" origin="Generated by Gradle"/>
</artifact>
<artifact name="maven-model-3.6.3.pom">
<sha256 value="7c720e8cb03d285c71cd6e334d9c9e596062bdd310ee0ad15f5c479a993154f0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.maven" name="maven-parent" version="33">
<artifact name="maven-parent-33.pom">
<sha256 value="3856e3fcd169502d5f12fe2452604ebf6c7c025f15656bfa558ea99ed29d73ea" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.hamcrest" name="hamcrest-core" version="1.3">
<artifact name="hamcrest-core-1.3.jar">
<sha256 value="66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9" origin="Generated by Gradle"/>
</artifact>
<artifact name="hamcrest-core-1.3.pom">
<sha256 value="fde386a7905173a1b103de6ab820727584b50d0e32282e2797787c20a64ffa93" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.hamcrest" name="hamcrest-parent" version="1.3">
<artifact name="hamcrest-parent-1.3.pom">
<sha256 value="6d535f94efb663bdb682c9f27a50335394688009642ba7a9677504bc1be4129b" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mockito" name="mockito-core" version="2.28.2">
<artifact name="mockito-core-2.28.2.jar">
<sha256 value="b0af36fed3a6c2147c0cd9028a1d814fd4f4e8196c539f2befddb61ca6ec9e27" origin="Generated by Gradle"/>
</artifact>
<artifact name="mockito-core-2.28.2.pom">
<sha256 value="b3bf322abfee6c054935d68ddbb785a90f7934a97a17fcd140a4e6ad58e59d53" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.objenesis" name="objenesis" version="2.6">
<artifact name="objenesis-2.6.jar">
<sha256 value="5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d" origin="Generated by Gradle"/>
</artifact>
<artifact name="objenesis-2.6.pom">
<sha256 value="4c1307909dc62df1bd91f075503f8bdef5ae445e13353f1752af9448bea1d3f1" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.objenesis" name="objenesis-parent" version="2.6">
<artifact name="objenesis-parent-2.6.pom">
<sha256 value="3825feca2a3c176400b063dec7c6b0643e2b5256bbbfd4e0a7c11e0dd0983baa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.sonatype.oss" name="oss-parent" version="7">
<artifact name="oss-parent-7.pom">
<sha256 value="b51f8867c92b6a722499557fc3a1fdea77bdf9ef574722fe90ce436a29559454" origin="Generated by Gradle"/>
</artifact>
</component>
</components>
</verification-metadata>
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@
<include>net/bytebuddy/**</include>
</includes>
<excludes>
<!-- Do not include JMH generated classes (both modern and legacy JMH).-->
<exclude>net/bytebuddy/*/generated/*</exclude>
<exclude>net/bytebuddy/*/jmh_generated/*</exclude>
<!-- Avoid adding synthetic members to test classes as test assert class members. -->
<exclude>*Test*</exclude>
<exclude>*test*</exclude>
Expand Down

0 comments on commit 4abdaed

Please sign in to comment.