ework.profiles.plugin.2023.0.1.source-code.profile.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin Show documentation
Show all versions of plugin Show documentation
A Grace profile to create plugin
The newest version!
description: Profile for plugins designed to work across all profiles
features:
defaults:
- maven-publish
repositories:
- "mavenLocal()"
build:
plugins:
- org.graceframework.grace-plugin
excludes:
- org.graceframework.grace-core
dependencies:
- scope: compile
coords: "org.graceframework:grace-core"
- scope: compileOnly
coords: "org.graceframework:grace-boot"