skeleton.build.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of profile Show documentation
Show all versions of profile Show documentation
A profile to create profiles
The newest version!
buildscript {
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:${project.grailsGradlePluginVersion}"
}
}
apply plugin: "org.grails.grails-profile"
group 'org.grails.profiles'
version '1.0.0-SNAPSHOT'
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
profileRuntimeOnly "org.grails.profiles:base:$baseProfileVersion"
}