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

ng-cli.0.119.0.source-code.build.qute.gradle Maven / Gradle / Ivy

There is a newer version: 0.121.0
Show newest version
plugins {
	id 'java'
	id 'application'
}

repositories {
	mavenLocal()
{#for url in repositories}
	maven {
		url  "{url}"
	}
{/for}
}

dependencies {
{#for item in gradledependencies}
	{item}
{/for}
}

application {
	mainClass = '{fullClassName}'
}

sourceSets.main.java.srcDirs 'src'
sourceSets.test.java.srcDirs 'src'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy