Index: build.gradle =================================================================== diff -u -r33708 -r33731 --- build.gradle (.../build.gradle) (revision 33708) +++ build.gradle (.../build.gradle) (revision 33731) @@ -593,7 +593,11 @@ compile group: 'ws.schild', name: 'jave-nativebin-win64', version:'2.7.1' compile group: 'ws.schild', name: 'jave-nativebin-linux64', version:'2.7.1' compile group: 'ws.schild', name: 'jave-nativebin-osx64', version:'2.7.1' - + + //与西门子PLC S7-1200通讯的程序 + compile group: 'com.github.s7connector', name: 's7connector', version: '2.1' + compile group: 'si.trina', name: 'moka7-live', version: '0.0.13' + } // 文件夹的名字必须用斜线结果,否则创建该文件夹不成功