In order to use the jPOS APP Plugin
- Add to your
build.gradle
plugins {
id 'org.jpos.jposapp' version '0.0.3'
}
- Add to your
settings.gradle
pluginManagement {
repositories {
maven { url = uri('https://jpos.org/maven') }
gradlePluginPortal()
}
}
See Gradle Plugin Repository for latest version.