[bisq-network/bisq] Fix pricenode gradle config (#2767)

Devin Bileck notifications at github.com
Tue Apr 23 23:33:19 UTC 2019


devinbileck commented on this pull request.



> @@ -354,7 +354,7 @@ configure(project(':monitor')) {
 
 
 configure(project(':pricenode')) {
-    apply plugin: "org.springframework.boot"
+    mainClassName = 'bisq.price.Main'

To be honest, I am not familiar with it either. But the only way I found to eliminate the error with unable to load main class when running the start script was to not apply the plugin. However, there is now an issue with trying to run the jar. I will continue to investigate.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2767#discussion_r277909855
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190423/b0896920/attachment.html>


More information about the bisq-github mailing list