Skip to content

Commit

Permalink
Updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Nov 14, 2013
1 parent 1d9e4da commit 57fbe8f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
def basicVersion = '1.0'
project.group = "org.telegram"

def basicVersion = '1.0'
if (project.hasProperty('buildIndex')) {
project.version = basicVersion + '.' + project.buildIndex
} else {
project.version = basicVersion + '-SNAPSHOT'
}

project.group = "org.telegram"

apply plugin: 'java'
apply plugin: 'maven'

uploadArchives {
repositories {
mavenDeployer {
repository(url: "http://192.168.1.12:8080/archiva/repository/internal/")
}
}
}
apply plugin: 'maven'

0 comments on commit 57fbe8f

Please sign in to comment.