Skip to content

Commit

Permalink
updated gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Synapticloop authored and Synapticloop committed Nov 8, 2015
1 parent 998c6ce commit f6c99fc
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group = 'synapticloop'
archivesBaseName = 'templar'
description = """Templar templating engine"""
version = 'v1.0.7'
version = 'v1.0.8'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down Expand Up @@ -85,30 +85,11 @@ bintray {

publications = [ 'Synapticloop' ] //When uploading Maven-based publication files

dryRun = false //Whether to run this as dry-run, without deploying
publish = true //If version should be auto published after an upload
//Package configuration. The plugin will use the repo and name properties to check if the package already exists. In that case, there's no need to configure the other package properties (like userOrg, desc, etc).
publish = true

pkg {
repo = 'maven'
userOrg = 'synapticloop'
name = 'templar'
desc = 'Templar templating language'
websiteUrl = 'http://synapticloop.github.io/templar'
vcsUrl = 'https://github.com/synapticloop/templar.git'
licenses = [ 'BSD' ]

publicDownloadNumbers = true

version {
name = 'v1.0.6'
desc = 'ant - gradle'
released = new Date()

mavenCentralSync {
sync = false
}
}
name = "templar"
}
}
task(dist).dependsOn( [ 'test', 'cobertura'] )

0 comments on commit f6c99fc

Please sign in to comment.