2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -07:00

Updated to latest Gradle plugin.

This commit is contained in:
Geert Bevin 2023-03-13 10:07:36 -04:00
parent f3180a070a
commit e0e07a3d27
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}