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

Updated for better alignment across hello templates

This commit is contained in:
Geert Bevin 2023-03-20 11:06:06 -04:00
parent e0e07a3d27
commit 8751306d0f
5 changed files with 12 additions and 12 deletions

View file

@ -13,8 +13,8 @@ version = 1.0
group = "com.example"
rife2 {
version.set("1.4.0")
uberMainClass.set("hello.AppUber")
version.set("1.5.1")
uberMainClass.set("hello.AppSiteUber")
useAgent.set(true)
precompiledTemplateTypes.add(HTML)
}
@ -36,12 +36,12 @@ repositories {
}
dependencies {
testImplementation("org.jsoup:jsoup:1.15.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
testImplementation("org.jsoup:jsoup:1.15.4")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
}
application {
mainClass.set("hello.App")
mainClass.set("hello.AppSite")
}
tasks {