mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Added a RunTask which includes the templates directory in the runtime classspath
This commit is contained in:
parent
834c75492b
commit
d954e75cf5
6 changed files with 102 additions and 21 deletions
|
@ -10,6 +10,13 @@ dependencies {
|
|||
gradleApi()
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<JavaCompile> {
|
||||
options.isDeprecation = true
|
||||
options.compilerArgs.add("-Xlint:unchecked")
|
||||
}
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("rife2") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue