File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ subprojects {
56
56
maven { url " $corda_artifactory_url /corda-releases" }
57
57
maven { url " $corda_artifactory_url /corda-dependencies" }
58
58
maven { url " https://repo.gradle.org/gradle/libs-releases" }
59
+ maven {
60
+ name = " GitHubPackages-onixlabs-corda-core"
61
+ url = uri(" https://maven.pkg.github.com/onix-labs/onixlabs-corda-core" )
62
+ credentials {
63
+ username = project. findProperty(" gpr.user" ) ?: System . getenv(" GITHUB_USERNAME" )
64
+ password = project. findProperty(" gpr.key" ) ?: System . getenv(" GITHUB_TOKEN" )
65
+ }
66
+ }
59
67
}
60
68
61
69
configurations {
Original file line number Diff line number Diff line change 1
1
name =onixlabs-corda-identity-framework
2
2
group =io.onixlabs
3
- version =0.1
3
+ version =2.0.0
4
4
5
5
kotlin.incremental =false
6
6
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments