diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-27 12:45:39 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-27 12:45:39 +0100 |
commit | f01f45f9cf416d26df2481fb105294a8364f504c (patch) | |
tree | 7a9141f40c87d0c594e5e83d134fc777827f673b /build.gradle | |
parent | 0e8ae4b69a06e357946e03f2ae0df439a89594ce (diff) |
chore: more code refactoring for quality
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 9f6a331..de0c181 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,6 @@ plugins { } group 'ftbsc.lll.processor' -sourceCompatibility = 1.8 -targetCompatibility = 1.8 repositories { mavenCentral() @@ -15,5 +13,4 @@ repositories { dependencies { implementation 'com.squareup:javapoet:1.13.0' implementation 'ftbsc:lll:0.2.1' - implementation 'org.ow2.asm:asm-commons:9.4' }
\ No newline at end of file |