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

de.pride.0.12.3.source-code.model-init.gradle Maven / Gradle / Ivy

// 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