forked fromdropbox/dropbox-sdk-java
- Notifications
You must be signed in to change notification settings - Fork0
Commitf639b94
committed
Fix generated Java source path
Gradle is happy with being given the wrong `srcDir`, but IntelliJ is not. We set the source directory to `.../generated/source/stone/{main,test}`, but it should be `.../{main,test}/src` because Stone creates an extra `src` directory. This makes IntelliJ unable to find the relevant classes.1 parentf9ee16b commitf639b94
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
0 commit comments
Comments
(0)