Skip to content

Commit 31363c7

Browse files
committed
Updated gradle wrapper to the newest version and made relevant files executable.
1 parent 4f1fd22 commit 31363c7

File tree

13 files changed

+2962
-2975
lines changed

13 files changed

+2962
-2975
lines changed

Editor.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/JsonSubTypes.dll

100644100755
File mode changed.

Runtime/Libs/Newtonsoft.Json.dll

100644100755
File mode changed.

Runtime/Libs/Org.Vitrivr.DresApi.dll

100644100755
-17.5 KB
Binary file not shown.

Runtime/Libs/Org.Vitrivr.DresApi.xml

Lines changed: 2948 additions & 2935 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/RestSharp.dll

100644100755
File mode changed.

Tests.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
/* Setup OpenApi Specs (OAS): Defaults to default.*/
10-
/* Additional, sensible settings:
10+
/* Additional, sensible settings:
1111
+ http://localhost:8080/client-oas.json // Local DRES
1212
+ https://raw.githubusercontent.com/dres-dev/DRES/master/doc/oas-client.json // When oas-client is released
1313
*/
@@ -80,4 +80,4 @@ deployLibs.dependsOn buildOpenApi
8080
deployLink.dependsOn deployLibs
8181
tasks.openApiGenerate.mustRunAfter clean
8282
buildOpenApi.mustRunAfter tasks.openApiGenerate
83-
modex.mustRunAfter tasks.openApiGenerate
83+
modex.mustRunAfter tasks.openApiGenerate

gradle/wrapper/gradle-wrapper.jar

508 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)