mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 07:27:12 -07:00
Specify uberjar main class specifically
This commit is contained in:
parent
122db8a40e
commit
8e249a3f50
1 changed files with 2 additions and 1 deletions
|
@ -4,13 +4,14 @@ import com.uwyn.rife2.gradle.TemplateType.*
|
|||
|
||||
plugins {
|
||||
application
|
||||
id("com.uwyn.rife2") version "1.0.4"
|
||||
id("com.uwyn.rife2") version "1.0.5"
|
||||
`maven-publish`
|
||||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
}
|
||||
|
||||
rife2 {
|
||||
version.set("1.4.0")
|
||||
uberMainClass.set("hello.AppUber")
|
||||
useAgent.set(true)
|
||||
precompiledTemplateTypes.add(HTML)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue