Skip to content

Commit 05900d6

Browse files
committed
added application startup for service
1 parent 63b3b1e commit 05900d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

service/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
plugins {
22
id 'java'
3+
id 'application'
34
id 'com.github.johnrengelman.shadow' version '5.2.0'
45
}
56

7+
application {
8+
mainClassName = 'de.blu.reportsystem.ReportService'
9+
}
10+
611
group 'de.blu'
712
version '1.0.0-SNAPSHOT'
813

0 commit comments

Comments
 (0)