2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -07:00

Revert RunTask

This commit is contained in:
Cedric Champeau 2023-03-05 11:22:28 +01:00
parent 86b7ec21d9
commit 65e579966c
No known key found for this signature in database
GPG key ID: 825C06C827AF6B66
7 changed files with 23 additions and 99 deletions

View file

@ -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)

View file

@ -8,4 +8,4 @@
<body>
<p>Hello World</p>
</body>
</html>
</html>