Navigation Menu

Skip to content

Commit

Permalink
making build fit for Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Dec 2, 2016
1 parent d0152da commit 0899392
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Expand Up @@ -29,6 +29,8 @@ task sourceJar(type: Jar, dependsOn: shadowJar) {
}

def pomConfig = {
url 'https://github.com/albertlatacz/java-repl'
name 'Java REPL'
licenses {
license {
name "The Apache Software License, Version 2.0"
Expand All @@ -43,6 +45,12 @@ def pomConfig = {
email "albert.latacz@gmail.com"
}
}

scm {
url 'git@github.com:albertlatacz/java-repl.git'
connection 'scm:git@github.com:albertlatacz/java-repl.git'
}

}

publishing {
Expand Down

0 comments on commit 0899392

Please sign in to comment.