mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Revert RunTask
This commit is contained in:
parent
86b7ec21d9
commit
65e579966c
7 changed files with 23 additions and 99 deletions
|
@ -10,13 +10,6 @@ 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