mirror of
https://github.com/corda/corda.git
synced 2025-05-02 16:53:22 +00:00
Add jitpack repo URL to root build file
This commit is contained in:
parent
3b8d696379
commit
0c58a506a9
@ -86,6 +86,10 @@ allprojects {
|
||||
|
||||
group 'net.corda'
|
||||
version "$corda_version"
|
||||
|
||||
repositories {
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
// Check that we are running on a Java 8 JDK. The source/targetCompatibility values above aren't sufficient to
|
||||
|
Loading…
x
Reference in New Issue
Block a user