Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Rob Bygrave
io.ebean
PluginId
Author
io.ebean
Owner: Rob Bygrave
Ebean ORM
https://ebean-orm.github.io/docs/tooling/gradle
Sources: https://github.com/ebean-orm-tools/ebean-gradle-plugin
Version 15.8.1 (latest)
15.8.1
Created 20 December 2024.
Ebean ORM enhancement plugin
Other versions
- 15.8.0
- 15.7.0
- 15.6.0
- 15.5.2
- 15.5.1
- 15.5.0
- 15.4.0
- 15.3.1
- 15.3.0
- 15.1.0
- 15.0.2
- 15.0.1
- 14.8.1
- 14.8.0
- 14.7.1
- 14.7.0
- 14.6.1
- 14.6.1-RC2
- 14.6.1-RC1
- 14.6.0
- 14.5.2
- 14.5.1
- 14.5.0
- 14.4.0
- 14.3.1
- 14.3.0
- 14.2.0
- 14.1.0
- 14.0.2
- 14.0.1
- 14.0.0
- 13.26.1
- 13.26.0
- 13.25.2
- 13.25.1
- 13.25.0
- 13.24.0
- 13.23.2
- 13.23.1
- 13.23.0
- 13.22.1
- 13.22.0
- 13.21.0
- 13.20.1
- 13.20.0
- 13.19.0
- 13.18.0
- 13.17.4
- 13.17.3
- 13.17.2
- 13.17.1
- 13.17.0
- 13.16.0
- 13.15.2
- 13.15.1
- 13.15.0
- 13.14.1
- 13.14.0
- 13.13.2
- 13.13.1
- 13.13.0
- 13.12.0
- 13.11.4
- 13.11.3
- 13.11.2
- 13.11.1
- 13.11.0
- 13.10.2
- 13.10.1
- 13.10.0
- 13.9.4
- 13.9.3
- 13.9.2
- 13.9.1
- 13.9.0
- 13.8.1
- 13.8.0
- 13.7.0
- 13.6.6
- 13.6.5
- 13.6.4.1
- 13.6.4
- 13.6.3
- 13.6.2
- 13.6.1
- 13.6.0
- 13.5.0
- 13.4.1
- 13.4.0
- 13.3.1
- 13.3.0
- 13.2.0
- 13.1.0
- 13.0.0
- 12.16.1
- 12.16.0
- 12.15.1
- 12.15.0
- 12.14.1
- 12.14.0
- 12.13.2
- 12.13.1
- 12.13.0
- 12.12.3
- 12.12.2
- 12.12.1
- 12.12.0
- 12.11.5
- 12.11.4
- 12.11.3
- 12.11.2
- 12.11.1
- 12.11.0
- 12.10.0
- 12.9.3
- 12.9.2
- 12.9.1
- 12.9.0
- 12.8.3
- 12.8.2
- 12.8.1
- 12.8.0
- 12.7.2
- 12.7.1
- 12.6.7
- 12.6.6
- 12.6.5
- 12.6.4
- 12.6.3
- 12.6.2
- 12.6.1
- 12.6.0
- 12.5.2
- 12.5.1
- 12.5.0
- 12.4.3
- 12.4.2
- 12.4.1
- 12.3.9
- 12.3.8
- 12.3.7
- 12.3.6
- 12.3.5
- 12.3.4
- 12.3.3
- 12.3.2
- 12.3.1
- 12.2.4
- 12.2.3
- 12.2.2
- 12.2.1
- 12.1.14
- 12.1.13
- 12.1.12
- 12.1.11
- 12.1.10
- 12.1.9
- 12.1.8
- 12.1.5
- 12.1.4
- 12.1.1
- 11.45.1
- 11.44.1
- 11.43.2
- 11.43.1
- 11.42.2
- 11.42.1
- 11.41.1
- 11.40.1
- 11.39.1
- 11.38.1
- 11.37.1
- 11.36.1
- 11.34.1
- 11.27.2
- 11.27.1
- 11.26.1
- 11.25.1
- 11.13.1
- 11.12.1
- 11.11.1
- 11.10.1
- 11.9.1
- 11.5.3
- 10.4.1
Add this plugin to your build using the plugins DSL:
plugins {
id("io.ebean") version "15.8.1"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("io.ebean:io.ebean.gradle.plugin:15.8.1") }
It can then be applied in the precompiled script plugin:plugins { id("io.ebean") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.ebean:io.ebean.gradle.plugin:15.8.1") } } apply(plugin = "io.ebean")
- Applying plugins to all subprojects .