de.pride.0.11-rc-1.source-code.model-init.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pride Show documentation
Show all versions of pride Show documentation
Pride manages multiple Gradle modules as a single Gradle project
// This should be "buildscript", but:
// http://forums.gradle.org/gradle/topics/any_work_around_in_1_11_for_http_issues_gradle_org_browse_gradle_2407#reply_13990339
initscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
classpath "com.prezi.pride:gradle-pride-projectmodel-plugin:@version@"
}
}
allprojects {
apply plugin: com.prezi.pride.projectmodel.PrideModelPlugin
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy