This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 2805fb5 fix devp2p module
2805fb5 is described below
commit 2805fb5329bdc08b04b2503d6d90f2e41dc30faf
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Apr 27 23:54:50 2020 -0700
fix devp2p module
---
devp2p/build.gradle | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/devp2p/build.gradle b/devp2p/build.gradle
index 4cbc6f6..77704b2 100644
--- a/devp2p/build.gradle
+++ b/devp2p/build.gradle
@@ -12,16 +12,6 @@
*/
description = 'Ethereum ÐΞVp2p implementation.'
-sourceSets {
- integrationTest {
- java.srcDir 'src/integrationTest/java'
- kotlin.srcDir 'src/integrationTest/kotlin'
- resources.srcDir 'src/integrationTest/resources'
- compileClasspath += main.output
- runtimeClasspath += main.output
- }
-}
-
dependencies {
compile project(':bytes')
compile project(':concurrent')
@@ -42,21 +32,4 @@ dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-params'
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
-
- integrationTestCompile project(':junit')
- integrationTestCompile 'org.bouncycastle:bcprov-jdk15on'
- integrationTestCompile 'org.junit.jupiter:junit-jupiter-api'
- integrationTestCompile 'org.junit.jupiter:junit-jupiter-params'
-
- integrationTestRuntime 'org.junit.jupiter:junit-jupiter-engine'
-}
-
-configurations {
- integrationTestImplementation.extendsFrom testImplementation
- integrationTestRuntime.extendsFrom testRuntime
-}
-
-task integrationTest(type: Test) {
- testClassesDirs = sourceSets.integrationTest.output.classesDirs
- classpath = sourceSets.integrationTest.runtimeClasspath
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]