Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
release for Kotlin 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Feb 15, 2016
1 parent 25facb9 commit fdd2aad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.0.0-rc-1036'
ext.kotlin_version = '1.0.0'
ext.spek_version = "0.1.+"
repositories {
jcenter()
Expand All @@ -11,7 +11,7 @@ buildscript {
}

group 'org.amshove.kluent'
version '1.3'
version '1.4'

apply plugin: 'kotlin'
apply plugin: 'idea'
Expand Down Expand Up @@ -49,6 +49,8 @@ artifacts {
archives sourcesJar
}

bintrayUpload.dependsOn install

bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
Expand All @@ -67,7 +69,7 @@ publishing {
from components.java
groupId 'org.amshove.kluent'
artifactId 'kluent'
version '1.3'
version '1.4'
}
}
}

0 comments on commit fdd2aad

Please sign in to comment.