mirror of
https://github.com/corda/corda.git
synced 2025-01-20 19:49:25 +00:00
Build/git stuff: minor tweaks
This commit is contained in:
parent
c0238b1f21
commit
d7a5289c3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
|
||||
.gradle
|
||||
build
|
||||
|
||||
### JetBrains template
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
||||
|
@ -20,7 +20,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
testCompile 'junit:junit:4.11'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile "com.google.guava:guava:18.0"
|
||||
compile "org.funktionale:funktionale:0.6_1.0.0-beta"
|
||||
@ -28,4 +28,5 @@ dependencies {
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src'
|
||||
test.java.srcDirs += 'tests'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user