Search Gradle plugins

org.smartbit4all.platform.gradle.vaadin-app

Generic plugin for use with smartbit4all based projects, adds Vaadin dependencies for application development.

https://github.com/smartbit4all

Sources: https://github.com/smartbit4all/platform-gradle.git

Version 0.5.3 (latest)

0.5.3

Created 12 November 2024.

Generic plugin for use with smartbit4all based projects, adds Vaadin dependencies for application development.

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.smartbit4all.platform.gradle.vaadin-app") version "0.5.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.smartbit4all.platform.gradle:platform-gradle:0.5.3")
      }
    }
    
    apply(plugin = "org.smartbit4all.platform.gradle.vaadin-app")
  • Applying plugins to all subprojects .