Skip to content
Snippets Groups Projects
Commit efd3b40a authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

fixed maven deployment

parent 4a6ab62d
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ apply plugin: 'maven'
apply plugin: 'jacoco'
apply plugin: 'findbugs'
project.version = '1.0.6-SNAPSHOT'
project.version = '1.0.6'
project.group = 'de.hhu.stups'
project.archivesBaseName = "tla2bAST"
......@@ -105,6 +105,11 @@ apply plugin: 'signing'
signing {
sign configurations.archives
}
artifacts {
archives javadocJar, sourcesJar
}
uploadArchives {
repositories {
mavenDeployer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment