2
0
Fork 0
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:
Cedric Champeau 2023-03-05 11:22:28 +01:00
parent 86b7ec21d9
commit 65e579966c
No known key found for this signature in database
GPG key ID: 825C06C827AF6B66
7 changed files with 23 additions and 99 deletions

View file

@ -10,13 +10,6 @@ dependencies {
gradleApi()
}
tasks {
withType<JavaCompile> {
options.isDeprecation = true
options.compilerArgs.add("-Xlint:unchecked")
}
}
gradlePlugin {
plugins {
create("rife2") {