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

Use published gradle plugin

This commit is contained in:
Geert Bevin 2023-03-05 14:10:24 -05:00
parent 7f82944093
commit 17a6fee9bb
20 changed files with 2 additions and 1058 deletions

View file

@ -4,7 +4,7 @@ import com.uwyn.rife2.gradle.TemplateType.*
plugins {
application
id("com.uwyn.rife2")
id("com.uwyn.rife2") version "1.0.0"
`maven-publish`
id("org.graalvm.buildtools.native") version "0.9.20"
}