mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-27 08:08:12 -07:00
Develop (#12)
* Updated to latest Gradle plugin. * Updated for better alignment across hello templates * Updated to RIFE 1.5.2 * Updated to RIFE 1.5.4
This commit is contained in:
parent
ed1cfc66db
commit
1209879005
6 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@ import com.uwyn.rife2.gradle.TemplateType.*
|
|||
|
||||
plugins {
|
||||
application
|
||||
id("com.uwyn.rife2") version "1.0.7"
|
||||
id("com.uwyn.rife2") version "1.0.8"
|
||||
`maven-publish`
|
||||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
}
|
||||
|
@ -13,8 +13,8 @@ version = 1.0
|
|||
group = "com.example"
|
||||
|
||||
rife2 {
|
||||
version.set("1.4.0")
|
||||
uberMainClass.set("hello.AppUber")
|
||||
version.set("1.5.4")
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue