-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert to multi-module project (#267)
* Extract 'libp2p' module * Sort out common and libp2p gradle dependencies * Add example as modules (except Android) * Publish artifacts only for modules declaring 'mavenArtifactId' property * Extract versions to a dedicated file * Move gradle JMH stuff to the libp2p module unless anyone wants to add JMH to other modules Co-authored-by: Salvatore Testa <[email protected]>
- Loading branch information
1 parent
c8b62b5
commit 89ba1c2
Showing
314 changed files
with
222 additions
and
198 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,4 @@ | ||
plugins { | ||
id 'org.jetbrains.kotlin.jvm' version '1.3.31' | ||
} | ||
|
||
version '1.0-SNAPSHOT' | ||
|
||
sourceCompatibility = 1.8 | ||
|
||
dependencies { | ||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' | ||
compile 'io.libp2p:jvm-libp2p-minimal:0.4.0-SNAPSHOT' | ||
api project(':libp2p') | ||
} | ||
|
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
Oops, something went wrong.