mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
Updated to RIFE 1.7.2
This commit is contained in:
parent
a13543ff87
commit
7738c5c526
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ version = 1.0
|
|||
group = "com.example"
|
||||
|
||||
rife2 {
|
||||
version.set("1.7.0")
|
||||
version.set("1.7.2")
|
||||
uberMainClass.set("hello.AppSiteUber")
|
||||
useAgent.set(true)
|
||||
precompiledTemplateTypes.add(HTML)
|
||||
|
@ -36,7 +36,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.jsoup:jsoup:1.15.4")
|
||||
testImplementation("org.jsoup:jsoup:1.16.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue