File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ task agentJar(type: ShadowJar) {
136
136
137
137
configurations = [project. configurations. artifact]
138
138
relocate ' org.jctools' , ' org.openjdk.btrace.libs.agent.org.jctools'
139
- relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.agent. org.objectweb.asm'
140
- relocate ' org.slf4j' , ' org.openjdk.btrace.libs.agent. org.slf4j'
139
+ relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.org.objectweb.asm'
140
+ relocate ' org.slf4j' , ' org.openjdk.btrace.libs.org.slf4j'
141
141
}
142
142
143
143
task bootJar (type : ShadowJar ) {
@@ -152,8 +152,8 @@ task bootJar(type: ShadowJar) {
152
152
153
153
configurations = [project. configurations. artifact]
154
154
relocate ' org.jctools' , ' org.openjdk.btrace.libs.boot.org.jctools'
155
- relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.boot. org.objectweb.asm'
156
- relocate ' org.slf4j' , ' org.openjdk.btrace.libs.boot. org.slf4j'
155
+ relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.org.objectweb.asm'
156
+ relocate ' org.slf4j' , ' org.openjdk.btrace.libs.org.slf4j'
157
157
}
158
158
159
159
task clientJar (type : ShadowJar ) {
You can’t perform that action at this time.
0 commit comments