Skip to content

Commit

Permalink
testing with project
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed Nov 28, 2016
1 parent 238e37c commit 623599a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
.idea
.gradle
build
gradle.properties
gradle.properties
target/
7 changes: 5 additions & 2 deletions build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group 'info.macias'
version '0.8.0'
version '0.8.2'

task wrapper(type: Wrapper) {
gradleVersion = '2.13'
Expand All @@ -14,9 +14,11 @@ buildscript {

repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
}
}

Expand Down Expand Up @@ -54,7 +56,7 @@ signing {

group = "info.macias"
archivesBaseName = "kaconf"
version = "0.8.0"
version = "0.8.2"

uploadArchives {
repositories {
Expand Down Expand Up @@ -86,6 +88,7 @@ uploadArchives {
license {
name 'The Apache License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}

Expand Down

0 comments on commit 623599a

Please sign in to comment.