File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/swagger-gradle-plugin/src/test/java/io/swagger/v3/plugins/gradle Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ public void setup() throws IOException {
54
54
55
55
@ Test
56
56
public void testSwaggerResolveTask () throws IOException {
57
- outputDir = testProjectDir .getRoot (). toString () + "/target" ;
58
- outputFile = testProjectDir .getRoot (). toString () + "/testAPI.json" ;
57
+ outputDir = testProjectDir .toString () + "/target" ;
58
+ outputFile = testProjectDir .toString () + "/testAPI.json" ;
59
59
//outputDir = "/tmp/a/target";
60
60
String resolveTask = "resolve" ;
61
61
@@ -127,8 +127,8 @@ public void testSwaggerResolveTask() throws IOException {
127
127
128
128
@ Test
129
129
public void testSwaggerResolveWithOAS31OptionTask () throws IOException {
130
- outputDir = testProjectDir .getRoot (). toString () + "/target" ;
131
- outputFile = testProjectDir .getRoot (). toString () + "/testAPI31.json" ;
130
+ outputDir = testProjectDir .toString () + "/target" ;
131
+ outputFile = testProjectDir .toString () + "/testAPI31.json" ;
132
132
//outputDir = "/tmp/a/target";
133
133
String resolveTask = "resolve" ;
134
134
You can’t perform that action at this time.
0 commit comments