diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-26 21:22:58 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-26 21:22:58 +0100 |
commit | 08e55d42f42a55d1d5e9fc73e0e2cc463380a402 (patch) | |
tree | d1511fe8f834e6b855e043141bcad56d6ec10c11 /build.gradle | |
parent | 96b2bc553664892d476e0ca35a919eb20c7d1cb2 (diff) |
feat: maybe gotten it working, i probably don't need a plugin after all
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/build.gradle b/build.gradle index 24865be..2306529 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'java-gradle-plugin' + id 'java' } group 'ftbsc.lll.processor' @@ -13,13 +13,4 @@ dependencies { implementation 'com.squareup:javapoet:1.13.0' implementation 'ftbsc:lll:0.2.0' implementation 'org.ow2.asm:asm-commons:9.4' //just for the javadocs -} - -gradlePlugin { - plugins { - create("lillero-processor") { - id = "ftbsc.lll.processor" - implementationClass = "ftbsc.lll.processor.Plugin" - } - } }
\ No newline at end of file |