[CORDA-1611] Upgrade Quasar to 0.7.10 (#3342)

* [CORDA-1611] Upgrade Quasar to 0.7.10

* Add the new quasar.jar that was copied by the copyQuasarJar task.
This commit is contained in:
Florian Friemel 2018-06-12 09:38:14 +01:00 committed by GitHub
parent 02884e6c81
commit dc220ef18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ buildscript {
//
// TODO: Sort this alphabetically.
ext.kotlin_version = constants.getProperty("kotlinVersion")
// use our fork of quasar
ext.quasar_group = 'com.github.corda.quasar'
ext.quasar_version = '7629695563deae6cc95adcfbebcbc8322fd0241a'
ext.quasar_group = 'co.paralleluniverse'
ext.quasar_version = '0.7.10'
// gradle-capsule-plugin:1.0.2 contains capsule:1.0.1
// TODO: Upgrade gradle-capsule-plugin to a version with capsule:1.0.3

Binary file not shown.