Skip to content

Commit c63d35f

Browse files
author
s.pirohov
committed
v0.0.8
1 parent e6d6fa0 commit c63d35f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'reqover-java'
77
group='io.reqover'
8-
version='0.0.7'
8+
version='0.0.8'
99

1010
repositories {
1111
mavenCentral()

src/main/java/io/reqover/Reqover.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public static String createBuild(String serverUrl, ReqoverBuild build){
2424
.body(build)
2525
.post(serverUrl);
2626

27-
response.then().log().all();
2827
return response.then().extract().jsonPath().getString("resultsPath");
2928
}
3029
}

0 commit comments

Comments
 (0)