you can now make runnable distributions via './gradlew distZip'
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
apply plugin: 'application'
|
||||||
|
|
||||||
|
|
||||||
|
mainClassName = "org.lucares.pdbui.PdbWebapp"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':performanceDb')
|
compile project(':performanceDb')
|
||||||
compile project(':pdb-plotting')
|
compile project(':pdb-plotting')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package org.lucares.pdbui;
|
|||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
|
|
||||||
public class MyWebapp {
|
public class PdbWebapp {
|
||||||
|
|
||||||
public static void main(final String[] args) throws Exception {
|
public static void main(final String[] args) throws Exception {
|
||||||
SpringApplication.run(MySpringConfiguration.class, args);
|
SpringApplication.run(MySpringConfiguration.class, args);
|
||||||
Reference in New Issue
Block a user