Fixing failing build for the IntelliJ plugin (#100)

This commit is contained in:
mkit 2017-11-13 10:25:11 +00:00 committed by GitHub
parent 7b714f5bc7
commit 12124bc0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions

View File

@ -1 +0,0 @@
kotlin_version=1.1.2-2

View File

@ -1 +0,0 @@
rootProject.name = "CordaPlugin"

View File

@ -1,6 +1,6 @@
#Mon Nov 06 15:05:49 GMT 2017
#Mon Nov 13 08:47:49 GMT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip

View File

@ -19,7 +19,7 @@ include 'experimental'
include 'experimental:sandbox'
include 'experimental:quasar-hook'
include 'experimental:kryo-hook'
//include 'experimental:intellij-plugin'
include 'experimental:intellij-plugin'
include 'verifier'
include 'test-common'
include 'test-utils'