Skip to content

Commit

Permalink
Updated IntelliJ Gradle plugin to 0.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Sep 17, 2016
1 parent 079ce41 commit 510b58e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
buildscript {
repositories {
maven { url 'http://dl.bintray.com/jetbrains/intellij-plugin-service' }
}
}

plugins {
id "org.jetbrains.intellij" version "0.0.39"
id "org.jetbrains.intellij" version "0.1.10"
}

apply plugin: 'java'
Expand Down

0 comments on commit 510b58e

Please sign in to comment.