diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-06-06 09:16:51 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 09:16:51 +1000 |
| commit | 4ef946f824817e91bdf9c2e0ae4f201e5c669f63 (patch) | |
| tree | a28c85ee43236cbb12d736935f6e43d798ff1690 /build.gradle.kts | |
| parent | 93229bf2caa30de689664b665b58ee59949137fc (diff) | |
| download | SkyHanni-4ef946f824817e91bdf9c2e0ae4f201e5c669f63.tar.gz SkyHanni-4ef946f824817e91bdf9c2e0ae4f201e5c669f63.tar.bz2 SkyHanni-4ef946f824817e91bdf9c2e0ae4f201e5c669f63.zip | |
Backend: Convert existing objects to use the annotation and add the plugin (#1974)
Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com>
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 7bb49aba5..2d6e7ccfd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -133,10 +133,6 @@ dependencies { implementation("net.hypixel:mod-api:0.3.1") } -ksp { - arg("symbolProcessor", "at.hannibal2.skyhanni.loadmodule.LoadModuleProvider") -} - configurations.getByName("minecraftNamed").dependencies.forEach { shot.applyTo(it as HasConfigurableAttributes<*>) } |
