We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bc520 commit acb5393Copy full SHA for acb5393
app/build.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'application'
2
3
-mainClassName = 'org.tron.eventplugin.app.appMain'
+mainClassName = 'org.tron.eventplugin.app.PluginLauncher'
4
5
dependencies {
6
compile project(':api')
app/src/main/java/org/tron/eventplugin/app/PluginLauncher.java
@@ -34,7 +34,7 @@ public class PluginLauncher {
34
private static final Logger logger = LoggerFactory.getLogger(PluginLauncher.class);
35
36
public static void main(String[] args) {
37
- String path = "/Users/tron/sourcecode/eventplugin/build/plugins/plugin-kafka-1.0.0.zip";
+ String path = "/home/java-tron/plugin-kafka-1.0.0.zip";
38
39
File dir = new File(path);
40
// create the plugin manager
0 commit comments