:wqFinished fixing gradle for dependencies

This commit is contained in:
Fredric Silberberg 2015-04-29 19:21:54 +00:00
parent 3c3c8a413c
commit fef310d35c
6 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,18 @@
// Apply the java plugin to add support for Java // Apply the java plugin to add support for Java
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven'
group = 'jsh'
version = '1.0-SNAPSHOT'
uploadArchives {
repositories {
mavenDeployer {
pom.artifactId = 'java-api'
}
}
}
// In this section you declare where to find the dependencies of your project // In this section you declare where to find the dependencies of your project
repositories { repositories {