Skip to content

Commit

Permalink
build(ci): fix bad build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Sep 17, 2019
1 parent 2719d98 commit 7db768f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
plugins {
id "com.github.breadmoirai.github-release" version "2.2.9"
}

buildscript {
ext.kotlin_version = '1.2.71'
Expand All @@ -14,6 +11,7 @@ buildscript {
}

plugins {
id "com.github.breadmoirai.github-release" version "2.2.9"
id "com.gradle.plugin-publish" version "0.10.0"
id 'com.jfrog.bintray' version '1.8.4'
id 'java-gradle-plugin'
Expand Down

0 comments on commit 7db768f

Please sign in to comment.