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

Build file tweaks

This commit is contained in:
Geert Bevin 2023-03-06 19:48:12 -05:00
parent 7e1dcd82ec
commit a39fb686c3
2 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,9 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.20"
}
version = 1.0
group = "com.example"
rife2 {
version.set("1.4.0")
uberMainClass.set("hello.AppUber")
@ -18,8 +21,6 @@ rife2 {
base {
archivesName.set("hello")
version = 1.0
group = "com.example"
}
java {

View file

@ -2,9 +2,10 @@ plugins {
war
}
version = 1.0
base {
archivesName.set("hello")
version = 1.0
}
repositories {