Skip to content
Snippets Groups Projects
Commit 3e311113 authored by anttil's avatar anttil
Browse files

SSDM-149: initial work on publishing with gradle

SVN: 31458
parent 9519364d
No related branches found
No related tags found
No related merge requests found
...@@ -255,12 +255,7 @@ task checkDependencies(dependsOn: classes) << { ...@@ -255,12 +255,7 @@ task checkDependencies(dependsOn: classes) << {
apply plugin: 'ivy-publish' apply plugin: 'ivy-publish'
publishing { publishing {
publications {
ivy(IvyPublication) {
from components.java
artifact(sourcesJar)
}
}
repositories { repositories {
ivy { ivy {
ivyPattern "file://${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/ivy.xml" ivyPattern "file://${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/ivy.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment