mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Exclude kotlin-reflect artifact from any CorDapp. (#1555)
This commit is contained in:
parent
b332b96829
commit
0e3005518e
@ -1,4 +1,4 @@
|
|||||||
gradlePluginsVersion=0.16.4
|
gradlePluginsVersion=0.16.5
|
||||||
kotlinVersion=1.1.4
|
kotlinVersion=1.1.4
|
||||||
guavaVersion=21.0
|
guavaVersion=21.0
|
||||||
bouncycastleVersion=1.57
|
bouncycastleVersion=1.57
|
||||||
|
@ -60,6 +60,7 @@ class Cordformation implements Plugin<Project> {
|
|||||||
def excludes = [
|
def excludes = [
|
||||||
[group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib'],
|
[group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib'],
|
||||||
[group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jre8'],
|
[group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jre8'],
|
||||||
|
[group: 'org.jetbrains.kotlin', name: 'kotlin-reflect'],
|
||||||
[group: 'co.paralleluniverse', name: 'quasar-core']
|
[group: 'co.paralleluniverse', name: 'quasar-core']
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user