Skip to content

Commit 542c641

Browse files
committed
Downgrade again for tests to work
1 parent df656a7 commit 542c641

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

agent-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation(rootProject)
7-
implementation("net.bytebuddy:byte-buddy-agent:1.16.1")
7+
implementation("net.bytebuddy:byte-buddy-agent:1.15.11")
88

99
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

agent/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
dependencies {
9-
implementation("net.bytebuddy:byte-buddy:1.16.1")
9+
implementation("net.bytebuddy:byte-buddy:1.15.11")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}
@@ -24,7 +24,6 @@ java {
2424
}
2525

2626
shadowJar {
27-
include 'META-INF/versions/11/**'
2827
minimize()
2928
archiveClassifier.set('')
3029
configurations = [project.configurations.compileClasspath]

0 commit comments

Comments
 (0)