org.jpos.jposapp
Owner: Alejandro Revilla
Implements jPOS app conventions
Sources: https://github.com/jpos/jpos-gradle-plugin
Version 0.0.12 (latest)
0.0.12
Created 25 November 2024.
Implements jPOS app conventions
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jpos.jposapp") version "0.0.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jpos:jposapp:0.0.12") } } apply(plugin = "org.jpos.jposapp")
- Applying plugins to all subprojects .