diff --git a/build.gradle b/build.gradle index 5f25223..54ea245 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -20,7 +21,7 @@ plugins { } group 'com.github.sanity' -version '1.4.11' +version '1.4.12' apply plugin: 'java' apply plugin: 'kotlin' @@ -32,6 +33,7 @@ sourceCompatibility = 1.6 repositories { mavenCentral() + jcenter() } dependencies { diff --git a/scripts/release.sh b/scripts/release.sh new file mode 100644 index 0000000..b2df97b --- /dev/null +++ b/scripts/release.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +github-release release -u sanity -r pairAdjacentViolators --tag 1.4.11 --name "update versions"