Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#4 Working in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Apr 20, 2019
1 parent f84bbda commit 7915ec1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- (cd $TRAVIS_BUILD_DIR/lib/skyapi && chmod +x gradlew
- (cd $TRAVIS_BUILD_DIR/lib/skyapi && chmod +x gradlew/wrapper/gradle-wrapper.jar

script: (cd $TRAVIS_BUILD_DIR/lib/skyapi && ./gradlew test build)
script: (cd $TRAVIS_BUILD_DIR/lib/skyapi && ./gradlew test build)
Binary file not shown.
Binary file modified lib/skyapi/.gradle/5.0/fileHashes/fileHashes.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/skyapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Requires

* Kotlin 1.1.2
* Gradle 3.3
* Kotlin 1.3
* Gradle 5.0

## Build

Expand Down
6 changes: 3 additions & 3 deletions lib/skyapi/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group 'Skycoin'
version 'v0.25.1'
version '0.25.1'

task wrapper(type: Wrapper) {
gradleVersion = '3.3'
wrapper {
gradleVersion = '5.0'
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}

Expand Down
1 change: 1 addition & 0 deletions lib/skyapi/build/kotlin-build/caches/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11001

0 comments on commit 7915ec1

Please sign in to comment.