We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a165b6b commit bd7aaa1Copy full SHA for bd7aaa1
1 file changed
example/build.gradle
@@ -9,4 +9,5 @@ dependencies {
9
tasks.register('api2DevdockTusUpload', JavaExec) {
10
classpath = sourceSets.main.runtimeClasspath
11
mainClass = 'io.tus.java.example.Api2DevdockTusUpload'
12
+ workingDir = rootProject.projectDir
13
}
0 commit comments