Skip to content

Commit

Permalink
Updated for RIFE2 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed May 12, 2023
1 parent ce0607a commit 7cffc10
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.6.3") // set the RIFE2 version to use
version.set("1.7.0") // 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.6.3"
version = "1.7.0"
useAgent = true
precompiledTemplateTypes.add(TemplateType.HTML)
templateDirectories.from(file("src/main/templates"))
Expand Down

0 comments on commit 7cffc10

Please sign in to comment.