:wqFinished fixing gradle for dependencies
This commit is contained in:
parent
3c3c8a413c
commit
fef310d35c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,6 +9,18 @@
|
||||
|
||||
// Apply the java plugin to add support for 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
|
||||
repositories {
|
||||
|
Reference in New Issue
Block a user