
I'm using a function, and want to deploy it, but it seems that I have a problem with installing maven on the function instance but ca not do it successfully. Is there a way to do it?

You mean to install dependency via Maven?

I need maven first to install the dependecy

I don't see maven or any other support for Java, Kotlin in here : https://appwrite.io/docs/products/functions/development#dependencies.
If you are using something else then maybe check the docs or create an Feature Request on GitHub.

Why? What's the dependency?

Hi, steven I'm using dependency of github-api to interact with github

Hi, Steven I wonder if I need to just using requests and responses without using github api in order to keep the project not too big

java functions can have a deps.gradle file: https://github.com/appwrite/functions-starter/blob/v3/java-18.0/deps.gradle

have you tried adding:
implementation 'org.kohsuke:github-api:1.316'
I assume that's the dependency you're trying to add
Recommended threads
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Clarification Needed on Custom Domains a...
Hello, I need help configuring custom domains/subdomains in Appwrite: 1. **Current Setup**: - Transferred `mydomain.com` to Appwrite via nameservers ...
