Skip to content

Commit

Permalink
Updated for RIFE2 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Oct 10, 2023
1 parent 7cffc10 commit 85efa60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ this:

```kotlin
rife2 {
version.set("1.7.0") // set the RIFE2 version to use
version.set("1.7.2") // 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 All @@ -52,6 +52,6 @@ resources into the native image.
Thanks for using RIFE2!

If you have any questions, suggestions, ideas or just want to chat, feel free
to post on the [forums](https://github.com/rife2/rife2/discussions), to join
to post on the [forums](https://forum.uwyn.com), to join
me on [Discord](https://discord.gg/DZRYPtkb6J) or to connect with me on
[Mastodon](https://uwyn.net/@gbevin).
2 changes: 1 addition & 1 deletion plugin/src/test-projects/minimal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

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

0 comments on commit 85efa60

Please sign in to comment.