Skip to content

Commit

Permalink
Merge pull request #22 from rsksmart/native-1.2.1-rc
Browse files Browse the repository at this point in the history
Bumped native lib version
  • Loading branch information
aeidelman authored Aug 30, 2021
2 parents f5d7f81 + 379e044 commit 396ec5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN cp -r jniheaders/include $JAVA_HOME
# Expose
WORKDIR /native
ENTRYPOINT ["./gradlew"]
CMD ["buildProject"]
CMD ["buildProject", "--no-daemon"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Requirements
```
libbn128.so: 669543be939058001ffb5ca3b816d3961f39db82dad60dfd0ffc89540956dc6f
libsecp256k1.so: 0b99909b0c86b3f4bcad90f70eef81d7b5fd77f7d29997195b3291526e5cd7f0
native-1.2.0.jar: 43f2308bd6bf982604d960c4d5438d2f3b12fd09e9c041395634dcf50aded48b
native-1.2.1.jar: f7c3a0846ec03f4ded42f5a86bf6f4845c9c19c0c387b96ad23356791b383310
go1.13.5.linux-amd64.tar.gz: 512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569
$ java -version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.util.jar.JarFile
import java.util.jar.JarOutputStream

group 'co.rsk'
version '1.2.0'
version '1.2.1'

buildscript {
repositories {
Expand Down

0 comments on commit 396ec5f

Please sign in to comment.