Skip to content

Commit

Permalink
Исправил имя корного проекта
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jun 28, 2017
1 parent 10f81a7 commit 6aa1f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
def clojure = 'org.clojure:clojure:1.8.0'
compileOnly clojure
testCompile clojure

testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'whaka-clj-interop'
rootProject.name = 'clj-interop'

0 comments on commit 6aa1f28

Please sign in to comment.