mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
CORDA-1280 Update api-current from v3.2 and use most recent version of api-scanner (#3153)
* Update api current from v3 * Update Cordapp Context as per CORDA-556 * Update Exception base classes as per CORDA-1334: port enterprise statemachine (#2964) * Move notary service related classes and interfaces in core to internal (#2827) * CordaRPCClient changes from CORDA-1099: Orchestrated clean shutdown from Shell (#2831) * [CORDA-1264]: Ensure correct serialisation and masking for throwables raised by a node and propagated through RPC. (#2892) * CORDA-973 Refactoring for serialization compression support (#2466) * [CORDA-941]: Add NetworkParameters contract implementation whitelist. (#2580) * Cleanup and improvements to the serialisation format of JacksonSupport (needed for CORDA-1238) (#3102) * Existing internal exposures which need removing - see CORDA-1489 * revert to gradle plugins version of api-scanner
This commit is contained in:
parent
0b76a12637
commit
8ee9c5d5fc
7958
.ci/api-current.txt
7958
.ci/api-current.txt
File diff suppressed because it is too large
Load Diff
@ -103,9 +103,7 @@ buildscript {
|
||||
classpath "net.corda.plugins:quasar-utils:$gradle_plugins_version"
|
||||
classpath "net.corda.plugins:cordformation:$gradle_plugins_version"
|
||||
classpath "net.corda.plugins:cordapp:$gradle_plugins_version"
|
||||
//TODO Anthony- this should be changed back to $gradle_plugins_version when the api-scaner is fixed
|
||||
// classpath "net.corda.plugins:api-scanner:$gradle_plugins_version"
|
||||
classpath "net.corda.plugins:api-scanner:4.0.15"
|
||||
classpath "net.corda.plugins:api-scanner:$gradle_plugins_version"
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-noarg:$kotlin_version"
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
|
||||
|
Loading…
Reference in New Issue
Block a user