mirror of
https://github.com/corda/corda.git
synced 2025-05-11 13:03:08 +00:00
switch to new version of plugin
This commit is contained in:
parent
1380779a9c
commit
3b0c1b98a1
5
.ci/dev/localStorageClass.yml
Normal file
5
.ci/dev/localStorageClass.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
kind: StorageClass
|
||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
metadata:
|
||||||
|
name: testing-storage
|
||||||
|
provisioner: microk8s.io/hostpath
|
@ -183,7 +183,7 @@ buildscript {
|
|||||||
// Capsule gradle plugin forked and maintained locally to support Gradle 5.x
|
// Capsule gradle plugin forked and maintained locally to support Gradle 5.x
|
||||||
// See https://github.com/corda/gradle-capsule-plugin
|
// See https://github.com/corda/gradle-capsule-plugin
|
||||||
classpath "us.kirchmeier:gradle-capsule-plugin:1.0.4_r3"
|
classpath "us.kirchmeier:gradle-capsule-plugin:1.0.4_r3"
|
||||||
classpath group: "com.r3.testing", name: "gradle-distributed-testing-plugin", version: "1.2-SNAPSHOT", changing: true
|
classpath group: "com.r3.testing", name: "gradle-distributed-testing-plugin", version: "1.2-LOCAL-SNAPSHOT", changing: true
|
||||||
classpath "com.bmuschko:gradle-docker-plugin:5.0.0"
|
classpath "com.bmuschko:gradle-docker-plugin:5.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user