-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<feat>(client&connection): init client&connection code
- Loading branch information
yangfang2
committed
Aug 1, 2024
1 parent
d2b7729
commit dc4dde0
Showing
23 changed files
with
1,636 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pluginManagement { | ||
repositories { | ||
maven { | ||
url 'https://maven.aliyun.com/repository/gradle-plugin' | ||
} | ||
gradlePluginPortal() | ||
} | ||
} | ||
rootProject.name = 'web3-stub' |
Oops, something went wrong.