com.github.ayltai.spring-graalvm-native-plugin
Owner: Alan Tai
Support for building Spring Boot applications as GraalVM native images
https://github.com/ayltai/spring-graalvm-native-plugin
Sources: https://github.com/ayltai/spring-graalvm-native-plugin.git
Version 1.4.10 (latest)
1.4.10
Created 15 June 2021.
Support for building Spring Boot applications as GraalVM native images
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.ayltai.spring-graalvm-native-plugin") version "1.4.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.ayltai:spring-graalvm-native-plugin:1.4.10") } } apply(plugin = "com.github.ayltai.spring-graalvm-native-plugin")
- Applying plugins to all subprojects .