File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ build {
16
16
17
17
repositories {
18
18
// mavenLocal()
19
- mavenCentral ()
19
+ jcenter ()
20
20
maven {
21
21
url ' https://jitpack.io'
22
22
}
23
23
}
24
24
25
25
dependencies {
26
26
// implementation 'org.iot-dsa:dslink-v2-websocket:+' //for a locally installed sdk
27
- implementation ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.62.1 '
27
+ api ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.63.0 '
28
28
implementation ' commons-logging:commons-logging:+'
29
29
implementation ' org.apache.commons:commons-lang3:3.8.1'
30
30
implementation ' commons-io:commons-io:2.6'
@@ -38,6 +38,14 @@ dependencies {
38
38
testImplementation ' org.mockito:mockito-all:+'
39
39
}
40
40
41
+ jar {
42
+ manifest {
43
+ attributes(
44
+ ' Automatic-Module-Name' : ' org.iot.dsa.dslink.restadapter'
45
+ )
46
+ }
47
+ }
48
+
41
49
applicationDistribution. from(new File (project. projectDir, " /dslink.json" ))
42
50
43
51
run {
46
54
}
47
55
48
56
wrapper {
49
- gradleVersion = ' 4.10.2 '
57
+ gradleVersion = ' 5.4.1 '
50
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dslink-java-v2-restadapter" ,
3
- "version" : " 1.1.7 " ,
4
- "description" : " Java DSA to REST adpater DSLink" ,
3
+ "version" : " 1.1.8 " ,
4
+ "description" : " Java DSA to REST adapter DSLink" ,
5
5
"main" : " bin/dslink-java-v2-restadapter" ,
6
6
"configs" : {
7
7
"main-node" : {
You can’t perform that action at this time.
0 commit comments