We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df656a7 commit 542c641Copy full SHA for 542c641
2 files changed
agent-test/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
dependencies {
6
implementation(rootProject)
7
- implementation("net.bytebuddy:byte-buddy-agent:1.16.1")
+ implementation("net.bytebuddy:byte-buddy-agent:1.15.11")
8
9
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
10
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
agent/build.gradle
@@ -6,7 +6,7 @@ plugins {
}
- implementation("net.bytebuddy:byte-buddy:1.16.1")
+ implementation("net.bytebuddy:byte-buddy:1.15.11")
// graphql-java itself
11
12
@@ -24,7 +24,6 @@ java {
24
25
26
shadowJar {
27
- include 'META-INF/versions/11/**'
28
minimize()
29
archiveClassifier.set('')
30
configurations = [project.configurations.compileClasspath]
0 commit comments