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 0953446 spotless
0953446 is described below
commit 0953446b54c48188311491acff74e53bbf317f55
Author: Antoine Toulme <[email protected]>
AuthorDate: Tue Apr 28 00:36:15 2020 -0700
spotless
---
build.gradle | 10 ++++++----
gossip/build.gradle | 1 -
hobbits/build.gradle | 2 +-
.../apache/tuweni/plumtree}/VertxGossipServerTest.java | 1 +
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3e180d4..f0ca39c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,6 +137,8 @@ spotless {
}
}
+task integrationTest(type: Test) {
+}
subprojects {
@@ -166,9 +168,9 @@ subprojects {
sourceSets {
integrationTest {
- java.srcDir 'src/integrationTest/java'
- kotlin.srcDir 'src/integrationTest/kotlin'
- resources.srcDir 'src/integrationTest/resources'
+ java.srcDir 'src/integration-test/java'
+ kotlin.srcDir 'src/integration-test/kotlin'
+ resources.srcDir 'src/integration-test/resources'
compileClasspath += main.output
runtimeClasspath += main.output
}
@@ -183,7 +185,7 @@ subprojects {
testClassesDirs = sourceSets.integrationTest.output.classesDirs
classpath = sourceSets.integrationTest.runtimeClasspath
}
-
+ rootProject.integrationTest.dependsOn project.integrationTest
//////
// Parallel build execution
diff --git a/gossip/build.gradle b/gossip/build.gradle
index d148ade..daae430 100644
--- a/gossip/build.gradle
+++ b/gossip/build.gradle
@@ -35,4 +35,3 @@ dependencies {
application { mainClassName = 'org.apache.tuweni.gossip.GossipApp' }
applicationDefaultJvmArgs = ["-Xms512m", "-Xmx1g"]
-
diff --git a/hobbits/build.gradle b/hobbits/build.gradle
index 58c71d2..1a8eb2e 100644
--- a/hobbits/build.gradle
+++ b/hobbits/build.gradle
@@ -24,4 +24,4 @@ dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-params'
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
-}
\ No newline at end of file
+}
diff --git a/plumtree/src/integration-test/java/VertxGossipServerTest.java
b/plumtree/src/integration-test/java/org/apache/tuweni/plumtree/VertxGossipServerTest.java
similarity index 99%
rename from plumtree/src/integration-test/java/VertxGossipServerTest.java
rename to
plumtree/src/integration-test/java/org/apache/tuweni/plumtree/VertxGossipServerTest.java
index 38b5bd5..21be747 100644
--- a/plumtree/src/integration-test/java/VertxGossipServerTest.java
+++
b/plumtree/src/integration-test/java/org/apache/tuweni/plumtree/VertxGossipServerTest.java
@@ -10,6 +10,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
+package org.apache.tuweni.plumtree;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]