ework.profiles.profile.2023.0.1.source-code.profile.yml Maven / Gradle / Ivy
description: A profile for creating new Grace profiles
skeleton:
executable: ["**/gradlew*", "**/grailsw*"]
binaryExtensions: ['jar']
repositories:
- "mavenCentral()"
build:
repositories:
- "mavenLocal()"
- "mavenCentral()"
- "https://plugins.gradle.org/m2/"
- "https://repo.gradle.org/gradle/libs-releases"
plugins:
- groovy
- eclipse
- idea
- org.graceframework.grace-profile
- io.github.gradle-nexus.publish-plugin
- maven-publish
- signing
dependencies:
- scope: build
coords: "org.graceframework:grace-gradle-plugin:@grace.version@"
- scope: build
coords: "io.github.gradle-nexus:publish-plugin:1.3.0"