@@ -11,7 +11,6 @@ repositories {
11
11
}
12
12
13
13
dependencies {
14
- // 依赖某个jar文件
15
14
implementation files(' lib/nashorn.jar' )
16
15
testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1'
17
16
implementation group : ' org.ow2.asm' , name : ' asm-tree' , version : ' 9.6'
@@ -22,7 +21,6 @@ dependencies {
22
21
implementation ' com.google.code.gson:gson:2.8.9'
23
22
implementation ' com.esotericsoftware.yamlbeans:yamlbeans:1.14'
24
23
implementation ' org.lz4:lz4-java:1.8.0'
25
- // implementation 'org.openjdk.nashorn:nashorn-core:15.0'
26
24
api group : ' org.javassist' , name : ' javassist' , version : ' 3.29.0-GA'
27
25
}
28
26
@@ -51,7 +49,6 @@ shadowJar {
51
49
relocate ' com.lmax.disruptor' , ' rasp.com.lmax.disruptor'
52
50
relocate ' com.google' ,' rasp.com.google'
53
51
relocate ' com.esotericsoftware' , ' rasp.com.esotericsoftware'
54
- // relocate 'org.openjdk.nashorn', 'org.openjdk.nashorn'
55
52
relocate ' javassist' , ' rasp.javassist'
56
53
relocate ' net.jpountz' , ' rasp.net.jpountz'
57
54
relocate ' META-INF/native/libnetty' , ' META-INF/native/librasp_netty'
0 commit comments