You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: get destination required absolute path instead of relative/projectDir.
I've got this problem when trying to get generated files from my server. This link does not told about absolute path. So I end-up myself to use projectDir.getAbsolutePath();
Problem: get destination required absolute path instead of relative/projectDir.
I've got this problem when trying to get generated files from my server.
This link does not told about absolute path. So I end-up myself to use
projectDir.getAbsolutePath();
Environment info
gradle-ssh-plugin-2.7.1 (groovy-ssh-2.7.1, jsch-0.1.53, groovy-2.4.11, java-1.8.0_111)
Steps to reproduce
settings.gradle:
build.gradle
compile project(":libs")
thirft/build.gradle
P/s: Sorry for my bad English.
The text was updated successfully, but these errors were encountered: