mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Document provenance of jediterm-terminal-2.5.jar.
This commit is contained in:
parent
1187564835
commit
e42613bffe
@ -13,6 +13,7 @@ buildscript {
|
|||||||
ext.pkg_version = "$version".indexOf('-') >= 0 ? "$version".substring(0, "$version".indexOf('-')) : "$version"
|
ext.pkg_version = "$version".indexOf('-') >= 0 ? "$version".substring(0, "$version".indexOf('-')) : "$version"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -68,6 +69,9 @@ dependencies {
|
|||||||
|
|
||||||
// These libraries don't exist in any Maven repository I can find.
|
// These libraries don't exist in any Maven repository I can find.
|
||||||
// See: https://github.com/JetBrains/jediterm
|
// See: https://github.com/JetBrains/jediterm
|
||||||
|
//
|
||||||
|
// The terminal JAR here has also been tweaked:
|
||||||
|
// See: https://github.com/JetBrains/jediterm/issues/144
|
||||||
compile ':jediterm-terminal-2.5'
|
compile ':jediterm-terminal-2.5'
|
||||||
compile ':pty4j-0.7.2'
|
compile ':pty4j-0.7.2'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user