com.vaadin.hilla
Owner: Vaadin Team
Build Hilla applications with Gradle.
https://hilla.dev/docs/react/start/gradle
Sources: https://github.com/vaadin/hilla/tree/main/packages/java/gradle-plugin
Version 24.6.0.beta5 (latest)
24.6.0.beta5
Created 04 December 2024.
Build Hilla applications with Gradle.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.vaadin.hilla") version "24.6.0.beta5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.vaadin:hilla-gradle-plugin:24.6.0.beta5") } } apply(plugin = "com.vaadin.hilla")
- Applying plugins to all subprojects .