File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,24 +29,24 @@ plugins {
29
29
30
30
[compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
31
31
32
- File buildDir = file(" . " );
32
+ File buildDir = file(' . ' );
33
33
Properties props = new Properties ()
34
- props. load(new FileInputStream (buildDir. getAbsolutePath() + " /src/main/resources/com/neuronrobotics/nrjavaserial/build.properties" ))
34
+ props. load(new FileInputStream (" ${ buildDir.getAbsolutePath()} /src/main/resources/com/neuronrobotics/nrjavaserial/build.properties" ))
35
35
36
- group = " com.neuronrobotics"
36
+ group = ' com.neuronrobotics'
37
37
base. archivesName = props. ' app.name'
38
- version = props. " app.version"
38
+ version = props. ' app.version'
39
39
40
40
sourceSets {
41
41
test {
42
42
java {
43
- srcDirs = [" test/src" ]
43
+ srcDirs = [' test/src' ]
44
44
}
45
45
}
46
46
main {
47
47
resources {
48
- srcDirs = [" src/main/resources" , " src/main/c/resources" ]
49
- includes = [" **/*.so" , " **/*.dll" , " **/*.jnilib" , " **/*.properties" ]
48
+ srcDirs = [' src/main/resources' , ' src/main/c/resources' ]
49
+ includes = [' **/*.so' , ' **/*.dll' , ' **/*.jnilib' , ' **/*.properties' ]
50
50
}
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments