File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ task agentJar(type: ShadowJar) {
6161 exclude ' org/openjdk/btrace/services/**'
6262 exclude ' org/openjdk/btrace/statsd/*'
6363
64+ exclude ' module-info.class'
65+
6466 configurations = [project. configurations. compile]
6567 relocate ' org.jctools' , ' org.openjdk.btrace.libs.org.jctools'
6668 relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.org.objectweb.asm'
@@ -91,14 +93,11 @@ task bootJar(type: ShadowJar) {
9193
9294 exclude ' org/openjdk/btrace/agent/**'
9395 exclude ' org/openjdk/btrace/client/**'
96+ exclude ' module-info.class'
9497
9598 configurations = [project. configurations. compile]
9699 relocate ' org.jctools' , ' org.openjdk.btrace.libs.org.jctools'
97100 relocate ' org.objectweb.asm' , ' org.openjdk.btrace.libs.org.objectweb.asm'
98-
99- manifest {
100- attributes(' Multi-Release' : ' true' )
101- }
102101}
103102
104103task clientJar (type : ShadowJar ) {
Original file line number Diff line number Diff line change 6060 into(' ' ) {
6161 from sourceSets. java11. output
6262 }
63- manifest. attributes(' Multi-Release' : ' true' )
6463}
You can’t perform that action at this time.
0 commit comments