All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skeleton.build.gradle Maven / Gradle / Ivy

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy