File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
core/chaincode/platforms/java/testdata/gradle
integration/chaincode/java Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' java'
4
4
}
5
5
6
- group ' org.hyperledger.fabric'
6
+ group ' org.hyperledger.fabric-chaincode-java '
7
7
version ' 1.0-SNAPSHOT'
8
8
9
9
sourceCompatibility = 1.8
@@ -14,7 +14,7 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- compile group : ' org.hyperledger.fabric' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
17
+ compile group : ' org.hyperledger.fabric-chaincode-java ' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
18
18
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' java'
10
10
}
11
11
12
- group ' org.hyperledger.fabric'
12
+ group ' org.hyperledger.fabric-chaincode-java '
13
13
version ' 1.0-SNAPSHOT'
14
14
15
15
sourceCompatibility = 1.8
@@ -20,7 +20,7 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- compile group : ' org.hyperledger.fabric' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
23
+ compile group : ' org.hyperledger.fabric-chaincode-java ' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
24
24
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' java'
10
10
}
11
11
12
- group ' org.hyperledger.fabric'
12
+ group ' org.hyperledger.fabric-chaincode-java '
13
13
version ' 1.0-SNAPSHOT'
14
14
15
15
sourceCompatibility = 1.8
@@ -20,7 +20,7 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- compile group : ' org.hyperledger.fabric' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
23
+ compile group : ' org.hyperledger.fabric-chaincode-java ' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT'
24
24
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments