File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ export JAVA_9_HOME
25
25
26
26
JAVA_HOME也必须要配置,如果有1.6版本的 jdk 请配置成1.6版本的,如果没有也可以使用 jdk8来替代
27
27
28
+ ### 1.3 takin依赖
29
+ LinkAgent依赖Takin的本地包
30
+ 1 . 进入takin项目目录执行 ` mvn clean install -DskipTests `
31
+
32
+
28
33
## 二、打包
29
34
30
35
### shell一键打包
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ export JAVA_9_HOME
26
26
27
27
JAVA_HOME must be configured. If you have JDK 1.6 then configure it to JDK 1.6, if not, you can use JDK8 instead.
28
28
29
+ ### 1.3 takin depenencies
30
+ Before you build LinkAgent package ,you must build takin jar depenencies first.
31
+ 1 . Enter takin project, Execute script ` mvn clean install -DskipTests `
32
+
33
+
29
34
## Shell Packaging
30
35
31
36
1 . Enter project ` bin ` directory ,Excute script` release.sh `
You can’t perform that action at this time.
0 commit comments