Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
add project setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kale.kim committed Aug 20, 2021
1 parent dd17fe9 commit 34e5364
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "integration-test/src/test/resources/klaytn-integration-tests"]
path = integration-test/src/test/resources/klaytn-integration-tests
url = https://github.com/klaytn/klaytn-integration-tests.git
[submodule "conformance-test/src/test/resources/caver-conformance-tests"]
path = conformance-test/src/test/resources/caver-conformance-tests
url = https://github.com/ground-x/caver-conformance-tests.git
5 changes: 5 additions & 0 deletions conformance-test/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
description "caver-java conformance test"

dependencies {
compile project(':core')
}
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ rootProject.name = 'caver-java'
include 'codegen'
include 'core'
include 'console'
include 'integration-test'
include 'integration-test'
include 'conformance-test'

0 comments on commit 34e5364

Please sign in to comment.