From 4abdaed17a3683ea1703608f3f2a186040c0e6c2 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Mon, 1 Aug 2022 15:46:54 +0200 Subject: [PATCH] Fix build. --- byte-buddy-android-test/pom.xml | 4 + byte-buddy-benchmark/pom.xml | 12 -- byte-buddy-dep/pom.xml | 7 +- .../gradle/verification-metadata.xml | 108 ++++++++++++++++++ pom.xml | 3 + 5 files changed, 120 insertions(+), 14 deletions(-) create mode 100644 byte-buddy-gradle-plugin/gradle/verification-metadata.xml diff --git a/byte-buddy-android-test/pom.xml b/byte-buddy-android-test/pom.xml index e80d85bf132..0161be67dc7 100644 --- a/byte-buddy-android-test/pom.xml +++ b/byte-buddy-android-test/pom.xml @@ -129,6 +129,10 @@ resources + + + ${project.build.sourceEncoding} + diff --git a/byte-buddy-benchmark/pom.xml b/byte-buddy-benchmark/pom.xml index a27889c1245..8e0d5f3e5d7 100644 --- a/byte-buddy-benchmark/pom.xml +++ b/byte-buddy-benchmark/pom.xml @@ -119,18 +119,6 @@ - - org.jacoco - jacoco-maven-plugin - ${version.plugin.jacoco} - - - - net/bytebuddy/benchmark/generated/* - net/bytebuddy/benchmark/jmh_generated/* - - - diff --git a/byte-buddy-dep/pom.xml b/byte-buddy-dep/pom.xml index 5145bb60c7c..722ac8b0d12 100644 --- a/byte-buddy-dep/pom.xml +++ b/byte-buddy-dep/pom.xml @@ -219,10 +219,11 @@ - + org.apache.maven.plugins maven-surefire-plugin + ${version.plugin.surefire} net.bytebuddy.agent.builder.AgentBuilderDefaultApplicationTest @@ -241,13 +242,15 @@ - + org.apache.maven.plugins maven-surefire-plugin + ${version.plugin.surefire} net.bytebuddy.description.type.TypeDescriptionArrayProjectionTest + net.bytebuddy.description.annotation.AnnotationDescriptionForLoadedAnnotationDifferentClassLoaderTest diff --git a/byte-buddy-gradle-plugin/gradle/verification-metadata.xml b/byte-buddy-gradle-plugin/gradle/verification-metadata.xml new file mode 100644 index 00000000000..29a8258ec5f --- /dev/null +++ b/byte-buddy-gradle-plugin/gradle/verification-metadata.xml @@ -0,0 +1,108 @@ + + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 83d4497d822..ee2d8abd837 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,9 @@ net/bytebuddy/** + + net/bytebuddy/*/generated/* + net/bytebuddy/*/jmh_generated/* *Test* *test*