Skip to content

Commit 0903f7c

Browse files
committed
Package as Gradle Application
1 parent e629cdd commit 0903f7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ java {
2323
withJavadocJar()
2424
}
2525

26+
application {
27+
mainClass = "org.joinfaces.docs.server.JoinfacesDocsServer"
28+
}
29+
2630
test {
2731
useJUnitPlatform()
2832
}

0 commit comments

Comments
 (0)