Skip to content

Commit

Permalink
bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 21, 2018
1 parent 4275d98 commit 4910454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
buildscript {
ext.kotlin_version = '1.2.20'
ext.dokka_version = '0.9.15'
ext.dokka_version = '0.9.14'

repositories {
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand All @@ -20,7 +21,7 @@ plugins {
}

group 'com.github.sanity'
version '1.4.11'
version '1.4.12'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand All @@ -32,6 +33,7 @@ sourceCompatibility = 1.6

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

github-release release -u sanity -r pairAdjacentViolators --tag 1.4.11 --name "update versions"

0 comments on commit 4910454

Please sign in to comment.