Commit 45de629 1 parent dac13f7 commit 45de629 Copy full SHA for 45de629
File tree 23 files changed +15
-57
lines changed
reactive-crypto-huobiglobal
reactive-crypto-huobijapan
reactive-crypto-huobikorea
reactive-crypto-okexkorea
23 files changed +15
-57
lines changed Original file line number Diff line number Diff line change 17
17
apply plugin : ' java'
18
18
19
19
group ' com.njkimg.reactive-crypto'
20
- version ' 1.0-SNAPSHOT '
20
+ version ' 0.3.1 '
21
21
22
22
repositories {
23
23
mavenCentral()
@@ -30,6 +30,8 @@ dependencies {
30
30
}
31
31
32
32
allprojects {
33
+ version ' 0.3.1'
34
+
33
35
apply plugin : ' jacoco'
34
36
}
35
37
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
@@ -30,4 +28,4 @@ compileKotlin {
30
28
}
31
29
compileTestKotlin {
32
30
kotlinOptions. jvmTarget = " 1.8"
33
- }
31
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile project(' :reactive-crypto-core' )
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile project(' :reactive-crypto-core' )
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
@@ -30,4 +28,4 @@ compileKotlin {
30
28
}
31
29
compileTestKotlin {
32
30
kotlinOptions. jvmTarget = " 1.8"
33
- }
31
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
@@ -30,4 +28,4 @@ compileKotlin {
30
28
}
31
29
compileTestKotlin {
32
30
kotlinOptions. jvmTarget = " 1.8"
33
- }
31
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-okex' )
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
@@ -30,4 +28,4 @@ compileKotlin {
30
28
}
31
29
compileTestKotlin {
32
30
kotlinOptions. jvmTarget = " 1.8"
33
- }
31
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
8
6
// netty
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile project(' :reactive-crypto-core' )
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-okex' )
24
22
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile project(' :reactive-crypto-core' )
8
6
@@ -14,4 +12,4 @@ compileKotlin {
14
12
}
15
13
compileTestKotlin {
16
14
kotlinOptions. jvmTarget = " 1.8"
17
- }
15
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile project(' :reactive-crypto-core' )
8
6
@@ -16,4 +14,4 @@ compileKotlin {
16
14
}
17
15
compileTestKotlin {
18
16
kotlinOptions. jvmTarget = " 1.8"
19
- }
17
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-okex' )
24
22
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-core' )
24
22
@@ -30,4 +28,4 @@ compileKotlin {
30
28
}
31
29
compileTestKotlin {
32
30
kotlinOptions. jvmTarget = " 1.8"
33
- }
31
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' kotlin'
18
18
apply plugin : ' org.jetbrains.kotlin.jvm'
19
19
20
- version ' 1.0-SNAPSHOT'
21
-
22
20
dependencies {
23
21
compile project(' :reactive-crypto-okex' )
24
22
Original file line number Diff line number Diff line change 1
1
apply plugin : ' kotlin'
2
2
apply plugin : ' org.jetbrains.kotlin.jvm'
3
3
4
- version ' 1.0-SNAPSHOT'
5
-
6
4
dependencies {
7
5
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
8
6
You can’t perform that action at this time.
0 commit comments