Skip to content

Commit

Permalink
Updated for RIFE 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Mar 21, 2023
1 parent 963a431 commit 41a9b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ this:

```kotlin
rife2 {
version.set("1.5.2") // set the RIFE2 version to use
version.set("1.5.3") // set the RIFE2 version to use
useAgent.set(true) // set whether to run with the RIFE2 agent
uberMainClass.set("hello.AppUber") // set a different main class to use for the UberJar
precompiledTemplateTypes.add(HTML) // template types that should be pre-compiled
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/test-projects/minimal/build.gradle
Expand Up @@ -26,7 +26,7 @@ repositories {
}

rife2 {
version = "1.5.2"
version = "1.5.3"
useAgent = true
precompiledTemplateTypes.add(TemplateType.HTML)
templateDirectories.from(file("src/main/templates"))
Expand Down

0 comments on commit 41a9b4c

Please sign in to comment.