https://github.com/lewmc/foundry
A shared library for modern plugins.
https://github.com/lewmc/foundry
Last synced: 5 months ago
JSON representation
A shared library for modern plugins.
- Host: GitHub
- URL: https://github.com/lewmc/foundry
- Owner: LewMC
- License: apache-2.0
- Created: 2025-05-18T23:32:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-14T12:17:45.000Z (7 months ago)
- Last Synced: 2025-12-16T14:25:54.467Z (6 months ago)
- Language: Java
- Size: 596 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

[Maven Repository](https://repo.lewmc.net) - [Documentation](https://wiki.lewmc.net/foundry.html) - [JavaDocs](https://lewmc.github.io/foundry) - [Code Analysis](https://sonarcloud.io/project/overview?id=LewMC_Foundry)
# Contributing
We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.
Please read [our contributor guide](CONTRIBUTING.md) before submitting any changes, thank you!
Please merge any changes into the `next-update` branch, not the `main` branch.
This helps us to ensure that our snapshot builds are labelled as snapshot so that it is clear to users download them that they are still in development, and that any changes being made will work with future versions of Foundry.
## Build Process
Install JDK 21 before continuing. Click [here](https://docs.oracle.com/en/java/javase/21/install/index.html) for documentation.
- You will also need Maven for the `mvn` command, which can be installed [here](https://maven.apache.org/download.cgi).
- Make sure that your version of JDK 21 includes JavaDoc.
- For example, Eclipse Temurin JDK with Hotspot 21 includes this executable.
```sh
# Clone the repository and move into it.
git clone https://github.com/lewmc/foundry && cd foundry
# Perform a clean build (optional if you're rebuilding).
mvn clean package
```
# Licensing
Foundry is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for more information.