https://github.com/graalvm/native-build-tools
Native-image plugins for various build tools
https://github.com/graalvm/native-build-tools
graalvm gradle gradle-plugin java maven maven-plugin native-image
Last synced: 25 days ago
JSON representation
Native-image plugins for various build tools
- Host: GitHub
- URL: https://github.com/graalvm/native-build-tools
- Owner: graalvm
- License: other
- Created: 2021-04-13T13:12:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T12:56:56.000Z (27 days ago)
- Last Synced: 2025-05-13T13:53:53.731Z (27 days ago)
- Topics: graalvm, gradle, gradle-plugin, java, maven, maven-plugin, native-image
- Language: Java
- Homepage: https://graalvm.github.io/native-build-tools/
- Size: 12.1 MB
- Stars: 397
- Watchers: 47
- Forks: 73
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Native Build Tools

Repository which contains build tool plugins for interoperability with [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/).
End-user documentation about the plugins can be found [here](https://graalvm.github.io/native-build-tools/).
## Contributing
Documentation for common developer tasks can be found [here](DEVELOPING.md).
### Projects
* [native-maven-plugin](native-maven-plugin/README.md)
* [native-gradle-plugin](native-gradle-plugin/README.md)### Common subprojects
* [junit-platform-native](common/junit-platform-native/README.md)### Walkthroughs
* [Maven Plugin End-to-End Guide](https://graalvm.github.io/native-build-tools/latest/end-to-end-maven-guide.html)
* [Gradle Plugin End-to-End Guide](https://graalvm.github.io/native-build-tools/latest/end-to-end-gradle-guide.html)### Samples
Examples can be found in the [samples subdirectory](samples).
### Contributing Code
We welcome your code contributions. To get started, you will need to sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com) (OCA).Only pull requests from committers that can be verified as having signed the OCA can be accepted.