mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 07:27:12 -07:00
Merge branch 'develop'
This commit is contained in:
commit
e3df16c5df
1 changed files with 10 additions and 10 deletions
|
@ -9,16 +9,18 @@ plugins {
|
|||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
}
|
||||
|
||||
rife2 {
|
||||
version.set("1.4.0")
|
||||
useAgent.set(true)
|
||||
precompiledTemplateTypes.add(HTML)
|
||||
}
|
||||
|
||||
base {
|
||||
archivesName.set("hello")
|
||||
version = 1.0
|
||||
group = "com.example"
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("hello.App")
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
|
@ -31,17 +33,15 @@ repositories {
|
|||
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") } // only needed for SNAPSHOT
|
||||
}
|
||||
|
||||
rife2 {
|
||||
version.set("1.4.0")
|
||||
useAgent.set(true)
|
||||
precompiledTemplateTypes.add(HTML)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.jsoup:jsoup:1.15.3")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("hello.App")
|
||||
}
|
||||
|
||||
tasks {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue