We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb08d8 commit 795890bCopy full SHA for 795890b
build.gradle
@@ -29,7 +29,7 @@ configurations {
29
}
30
31
dependencies {
32
- implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.11.2'
+ implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.12.6'
33
// byte buddy contains references to jna classes and without them the r8Jar step fails
34
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
35
r8-rules.txt
@@ -2,5 +2,7 @@
2
-allowaccessmodification
3
-keepattributes SourceFile, LineNumberTable, *Annotation*
4
5
+-keep class tech.httptoolkit.relocated.net.bytebuddy.utility.Invoker { *; }
6
+
7
-keep class tech.httptoolkit.javaagent.** { *; }
8
-keep class tech.httptoolkit.relocated.net.bytebuddy.asm.** { *; }
0 commit comments