Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T09:18:12.000Z (6 months ago)
- Last Synced: 2024-05-23T09:48:30.882Z (6 months ago)
- Topics: graalvm, gradle, gradle-plugin, java, maven, maven-plugin, native-image
- Language: Java
- Homepage: https://graalvm.github.io/native-build-tools/
- Size: 10.6 MB
- Stars: 341
- Watchers: 47
- Forks: 50
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Native Build Tools
![](https://github.com/graalvm/native-build-tools/actions/workflows/test-native-gradle-plugin.yml/badge.svg)
![](https://github.com/graalvm/native-build-tools/actions/workflows/test-native-maven-plugin.yml/badge.svg)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
### 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)### Getting Started
* [Getting Started with the Maven Plugin](https://graalvm.github.io/native-build-tools/latest/maven-plugin-quickstart.html)
* [Getting Started with the Gradle Plugin](https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.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.