A Reposilite plugin for sending webhooks from our internal instance. Currently, only Discord is supported. Support for other systems may be added as needed.
This project uses Gradle and requires JDK 17 or newer (the compiled JARs require JDK 11 or newer to run). To build it, clone the repository and run:
./gradlew clean buildOn Windows, use:
gradlew.bat clean buildThe compiled JAR file will be located in the build/libs directory.
This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.