mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
Revert RunTask
This commit is contained in:
parent
86b7ec21d9
commit
65e579966c
7 changed files with 23 additions and 99 deletions
|
@ -3,15 +3,19 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||
import com.uwyn.rife2.gradle.TemplateType.*
|
||||
|
||||
plugins {
|
||||
application
|
||||
id("com.uwyn.rife2")
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
version = 1.0
|
||||
group = "com.example"
|
||||
|
||||
base {
|
||||
archivesName.set("hello")
|
||||
version = 1.0
|
||||
group = "com.example"
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("hello.App")
|
||||
}
|
||||
|
||||
java {
|
||||
|
@ -27,7 +31,6 @@ repositories {
|
|||
}
|
||||
|
||||
rife2 {
|
||||
mainClass.set("hello.App")
|
||||
version.set("1.4.0")
|
||||
useAgent.set(true)
|
||||
precompiledTemplateTypes.addAll(HTML)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue