mirror of
https://github.com/corda/corda.git
synced 2024-12-26 16:11:12 +00:00
Fixing failing build for the IntelliJ plugin (#100)
This commit is contained in:
parent
7b714f5bc7
commit
12124bc0d9
@ -1 +0,0 @@
|
||||
kotlin_version=1.1.2-2
|
@ -1 +0,0 @@
|
||||
rootProject.name = "CordaPlugin"
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user