We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9fb8d commit c7401acCopy full SHA for c7401ac
3 files changed
dist/osh-base/build.gradle
@@ -22,7 +22,7 @@ distributions {
22
from 'web'
23
}
24
into('lib') {
25
- from project.configurations.compileClasspath
+ from project.configurations.runtimeClasspath
26
27
28
dist/osh-rpi-geocam/build.gradle
@@ -26,7 +26,7 @@ distributions {
29
30
31
32
dist/osh-sensiasoft/build.gradle
@@ -32,7 +32,7 @@ distributions {
33
34
35
36
37
38
0 commit comments