Skip to content

Commit

Permalink
set version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sesov committed Feb 27, 2019
1 parent edcd926 commit e235ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.luxoft'
version '1.4.0'
version '1.4.1'
ext.mavenLocalGroupId = 'com.github.Luxoft'

apply plugin: 'maven-publish'
Expand Down
10 changes: 0 additions & 10 deletions fabric-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ repositories {
mavenCentral()
}

//configurations {
// compile {
// exclude module: 'grpc-netty'
// exclude module: 'grpc-protobuf'
// exclude module: 'grpc-stub'
// exclude group: 'io.grpc', module: 'grpc-netty'
// exclude group: 'io.netty', module: 'netty-codec-http2'
// }
//}

dependencies {
[ null, 'sources', 'javadoc' ].collect {
compile group: 'org.hyperledger.fabric-sdk-java', name: 'fabric-sdk-java', version: '1.4.0', classifier: it
Expand Down

0 comments on commit e235ab0

Please sign in to comment.