Skip to content

Commit

Permalink
update more gradles
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Bailey committed Jul 1, 2016
1 parent d177a47 commit 3eec462
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gtest-1.7.0/libgtest.a
gtest-1.7.0/libgtest_main.a
krypto-lib/krypto.xcodeproj/project.xcworkspace/xcuserdata/mtamayo.xcuserdatad/UserInterfaceState.xcuserstate
krypto-api/src/main/resources/libmain.dylib
krypto-api/src/main/resources/libmain.so
krypto.sublime*
.idea/
*.iml
4 changes: 4 additions & 0 deletions krypto-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ apply plugin: 'eclipse'
apply plugin: 'maven'
apply from: 'publish.gradle'

task wrapper(type: Wrapper) {
gradleVersion = '2.14'
}

sourceCompatibility=JavaVersion.VERSION_1_7
targetCompatibility=JavaVersion.VERSION_1_7

Expand Down
4 changes: 2 additions & 2 deletions krypto-api/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Aug 13 20:19:57 PDT 2015
#Fri Jul 01 14:01:08 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
Binary file removed krypto-api/src/main/resources/libmain.so
Binary file not shown.
2 changes: 1 addition & 1 deletion krypto-lib/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Jul 01 11:26:51 PDT 2016
#Fri Jul 01 13:59:59 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3eec462

Please sign in to comment.