Skip to content

Commit acb5393

Browse files
committed
add test code on linux
1 parent 14bc520 commit acb5393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'application'
22

3-
mainClassName = 'org.tron.eventplugin.app.appMain'
3+
mainClassName = 'org.tron.eventplugin.app.PluginLauncher'
44

55
dependencies {
66
compile project(':api')

app/src/main/java/org/tron/eventplugin/app/PluginLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PluginLauncher {
3434
private static final Logger logger = LoggerFactory.getLogger(PluginLauncher.class);
3535

3636
public static void main(String[] args) {
37-
String path = "/Users/tron/sourcecode/eventplugin/build/plugins/plugin-kafka-1.0.0.zip";
37+
String path = "/home/java-tron/plugin-kafka-1.0.0.zip";
3838

3939
File dir = new File(path);
4040
// create the plugin manager

0 commit comments

Comments
 (0)